From 498c691eb0dd19b23f70421484aa6d738f35e73c Mon Sep 17 00:00:00 2001 From: Jan Sucan Date: Thu, 11 Apr 2019 18:44:34 +0200 Subject: Initial commit --- file.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 file.h (limited to 'file.h') diff --git a/file.h b/file.h new file mode 100644 index 0000000..1b973f1 --- /dev/null +++ b/file.h @@ -0,0 +1,9 @@ +#ifndef FILE_H +#define FILE_H + +#include + +long file_size(FILE * const file); +FILE * file_open(const char * const path, const char * const mode); + +#endif /* FILE_H */ -- cgit v1.2.3