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