diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-13 04:44:12 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-13 04:44:12 +0100 |
| commit | ab52e851c95ebe2fa1ee4c2a5dcbc826bbb41769 (patch) | |
| tree | f35d388ba56304a1054399a27d03acbafa2d2828 /file.h | |
| parent | bfdf2f591ed5d767df60c5672b9d1ceb605764eb (diff) | |
| download | crep-ab52e851c95ebe2fa1ee4c2a5dcbc826bbb41769.tar.gz | |
Move to tabs
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); |
