diff options
Diffstat (limited to 'src/inc/parser.h')
-rw-r--r-- | src/inc/parser.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/inc/parser.h b/src/inc/parser.h new file mode 100644 index 0000000..c46ead1 --- /dev/null +++ b/src/inc/parser.h @@ -0,0 +1,8 @@ +#ifndef LEXER_H +#define LEXER_H + +#include <def.h> + +u8 parse(char *buf, u32 size); + +#endif |