%{ #include #include %} /* This tells flex to read only one input file */ %option noyywrap %% //Here comes my flex code %%