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.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/nb_preproc.h (limited to 'src/nb_preproc.h') diff --git a/src/nb_preproc.h b/src/nb_preproc.h new file mode 100644 index 0000000..24aa12a --- /dev/null +++ b/src/nb_preproc.h @@ -0,0 +1,16 @@ +#ifndef NB_PREPROC_H +#define NB_PREPROC_H + +#include "nb_vm.h" + +/* +* Ô¤´¦Àí +* #define +* #undef +* #if +*/ +void nb_set_macros(NbVM* vm, const char* macros[], int count); + +void nb_preprocess(NbVM* vm); + +#endif \ No newline at end of file -- cgit v1.1-26-g67d0