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



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

}