File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ uintmax_t streamtoumax(FILE* s, int base);
45
45
46
46
// Parse a file stream according to the given format. See the fscanf manpage
47
47
// for more information, as this function attempts to mimic its behavior.
48
- // Note that scientific loating -point notation is not supported.
48
+ // Note that scientific floating -point notation is not supported.
49
49
int fscanf (FILE* stream, const char *format, ...);
50
50
51
51
// Parse a file stream according to the given format. See the fscanf manpage
52
52
// for more information, as this function attempts to mimic its behavior.
53
- // Note that scientific loating -point notation is not supported.
53
+ // Note that scientific floating -point notation is not supported.
54
54
int vfscanf (FILE* stream, const char *format, va_list ap);
55
55
56
56
// Create a file at the specified path. See the creat manpage for more
You can’t perform that action at this time.
0 commit comments