diff options
| author | Jan Sucan <jan@jansucan.com> | 2020-12-21 20:14:34 +0100 |
|---|---|---|
| committer | Jan Sucan <jan@jansucan.com> | 2020-12-21 20:14:34 +0100 |
| commit | dda3e054d7341d5e19542702bf970e653b467597 (patch) | |
| tree | 922cebac8ab63b29d66d34be3459b41f13dbc433 /file.h | |
| parent | 7ed1ec2d24a755fbdcf285ca7cdd367e5fb1c929 (diff) | |
Remove unnecessary function
Diffstat (limited to 'file.h')
| -rw-r--r-- | file.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,6 @@ #include <stdio.h> -long file_size(FILE * const file); -FILE * file_open(const char * const path, const char * const mode); +long file_size(FILE * const file); #endif /* FILE_H */ |
