From 2eee382a62a909d5a3f2f5eda94f30fe68fd5335 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 20 Jan 2012 13:41:10 +0000 Subject: initial import of the C runtime --- src/runtime/c/gu/file.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/runtime/c/gu/file.h (limited to 'src/runtime/c/gu/file.h') diff --git a/src/runtime/c/gu/file.h b/src/runtime/c/gu/file.h new file mode 100644 index 000000000..1bb3fb00a --- /dev/null +++ b/src/runtime/c/gu/file.h @@ -0,0 +1,14 @@ +#ifndef GU_FILE_H_ +#define GU_FILE_H_ + +#include +#include +#include + +GuOut* +gu_file_out(FILE* file, GuPool* pool); + +GuIn* +gu_file_in(FILE* file, GuPool* pool); + +#endif // GU_FILE_H_ -- cgit v1.2.3