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