7d9b5a0
b70388e ^
1 2 3 4 5
6
7 8
#ifndef _H_LEX #define _H_LEX #include "syntax.h" token_list* lex(token_list*, char*); #endif