diff options
Diffstat (limited to 'file.h')
| -rw-r--r-- | file.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ #include <stdio.h> struct FileContent { - const char *content; - size_t count; + const char *content; + size_t count; }; struct FileContent read_entire_file(const char *file_path); |
