diff options
Diffstat (limited to '5/2.c')
| -rw-r--r-- | 5/2.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ int getfloat(float *); +/* Converts input string to a float using a ptr to a variable */ int main(int argc, char *argv[]) { int rc; float f; |
