diff options
Diffstat (limited to 'file.c')
| -rw-r--r-- | file.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -22,11 +22,3 @@ file_size(FILE * const file) return size; } - -FILE * -file_open(const char * const path, const char * const mode) -{ - /* TODO: odstranit tuto funkciu? */ - FILE * f = fopen(path, mode); - return f; -} |
