#ifndef SYNTAX_H #define SYNTAX_H #include void syntax_highlight(char *buf, u32 size); #endif