1 2 3 4 5 6 7 8
#ifndef LEXER_H #define LEXER_H #include <def.h> u8 parse(char *buf, u32 size); #endif