diff options
Diffstat (limited to 'src/nb_preproc.c')
-rw-r--r-- | src/nb_preproc.c | 9 |
1 files changed, 9 insertions, 0 deletions
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 |