OSDN Git Service

0.4.0 release
[unagi/old-svn-converted.git] / client / tag / 0.4.0 / trunk / file.h
diff --git a/client/tag/0.4.0/trunk/file.h b/client/tag/0.4.0/trunk/file.h
new file mode 100644 (file)
index 0000000..f2384cf
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef _FILE_H_
+#define _FILE_H_
+#include "type.h"
+int buf_load(u8 *buf, const char *file, int size);
+void* buf_load_full(const char *file, int *size);
+void buf_save(const void *buf, const char *file, int size);
+#endif