char *ms_lexer(char *input) { char **out_lex; if (!input) return (""); return (""); }