aboutsummaryrefslogtreecommitdiff
path: root/file.h
diff options
context:
space:
mode:
Diffstat (limited to 'file.h')
-rw-r--r--file.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/file.h b/file.h
deleted file mode 100644
index d62b1ba..0000000
--- a/file.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#ifndef FILE_H
-#define FILE_H
-
-#include <stdio.h>
-
-long file_size(FILE *const file);
-
-#endif /* FILE_H */