aboutsummaryrefslogtreecommitdiff
path: root/src/parse/lexer.c
blob: 7f7a7a2e9ff873e858d60464fd5cc06726ba45a8 (plain)
1
2
3
4
5
6
7
8
9


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