1 2 3 4 5 6 7 8 9
char *ms_lexer(char *input) { char **out_lex; if (!input) return (""); return (""); }