#ifndef _H_LEX #define _H_LEX #include "syntax.h" struct token_list *lex(struct token_list*, char*); #endif