summaryrefslogtreecommitdiff
path: root/csrc/mkf.h
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-09-28 19:25:10 +0800
committerIru Cai <mytbk920423@gmail.com>2018-09-28 19:43:23 +0800
commite43297332c5a37298d85124f4bddd3fa4c360113 (patch)
tree29020e3adc2bc499d4376b6b60f2b303943d55a2 /csrc/mkf.h
parent03b7ccd02d73299d8d3185d980838c5583dea9f4 (diff)
downloadrich4-e43297332c5a37298d85124f4bddd3fa4c360113.tar.xz
use stdio to read file
Diffstat (limited to 'csrc/mkf.h')
-rw-r--r--csrc/mkf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/csrc/mkf.h b/csrc/mkf.h
index 3d5cbc4..ef1fa38 100644
--- a/csrc/mkf.h
+++ b/csrc/mkf.h
@@ -1,3 +1,5 @@
+#include <stdint.h>
+
int load_mkf(const char *fn);
void unload_mkf(int mkf_idx);
char * read_mkf(int mkf_idx, int a1, char *buf, int *bufsize);