From e5af28536bfb0f4c9131df56d2009ba5196f5e3a Mon Sep 17 00:00:00 2001 From: Lizzy Fleckenstein Date: Sun, 12 Apr 2026 20:57:06 +0200 Subject: init --- src/util/file.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/util/file.h (limited to 'src/util/file.h') diff --git a/src/util/file.h b/src/util/file.h new file mode 100644 index 0000000..d921456 --- /dev/null +++ b/src/util/file.h @@ -0,0 +1,10 @@ +#ifndef ANIMTOOL_FILE_H_ +#define ANIMTOOL_FILE_H_ + +#include +#include "util/str.h" + +FILE *file_open(str s_path, const char *mode); +str file_read(FILE *file); + +#endif -- cgit v1.2.3