fix the comments :)

This commit is contained in:
Gabriele Gristina
2019-07-01 17:27:08 +02:00
parent 5679ca3344
commit 3161aec3da
64 changed files with 192 additions and 145 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ void hc_string_trim_leading (char *s);
int _wopen(const char *path, int oflag, ...);
#endif
bool hc_fopen (HCFILE *fp, const char *path, char *mode, int file_format);
bool hc_fopen (HCFILE *fp, const char *path, char *mode);
int hc_fscanf (HCFILE *fp, const char *format, void *ptr);
int hc_fprintf (HCFILE *fp, const char *format, ...);
int hc_vfprintf (HCFILE *fp, const char *format, va_list ap);