Work on Exercise 5-2

This commit is contained in:
kdeng00
2021-02-22 07:06:15 -05:00
parent 715b6cdbc4
commit 6a955e3fa3
2 changed files with 29 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
/*
*
* Exercise 5-2. Write getfloat, the floating-point analog of getint. What type does getfloat
* return as its function value?
*
* Author: Kun Deng
*/
int main()
{
return 0;
}