diff options
| author | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-12-27 19:05:41 +0800 |
|---|---|---|
| committer | Sadeep Madurange <smadurange@users.noreply.github.com> | 2021-12-27 19:05:41 +0800 |
| commit | 7525d5b1db477702ace24021496e07abdd90257f (patch) | |
| tree | 1aa8f265f1e3fef562753f486b463ad9f3e460b8 /5 | |
| parent | 244bb0c4e4d32b8f6c32a33c464d02546b26d0a5 (diff) | |
| download | k&r-exercises-7525d5b1db477702ace24021496e07abdd90257f.tar.gz | |
5.2
Diffstat (limited to '5')
| -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; |
