From 08ab881a480a73d6be005c4b4e1cf35814b53e3c Mon Sep 17 00:00:00 2001 From: chai Date: Sat, 17 Oct 2020 15:22:09 +0800 Subject: +init --- src/nb_preproc.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/nb_preproc.c (limited to 'src/nb_preproc.c') diff --git a/src/nb_preproc.c b/src/nb_preproc.c new file mode 100644 index 0000000..1f2e380 --- /dev/null +++ b/src/nb_preproc.c @@ -0,0 +1,9 @@ +#include "nb_preproc.h" + +void nb_set_macros(const char* macros[], int count) { + +} + +void nb_preprocess() { + +} \ No newline at end of file -- cgit v1.1-26-g67d0