#ifndef clexical_h__ #define clexical_h__ int lex_analysis(const char* text , int len); #endif