12 lines
122 B
Plaintext
12 lines
122 B
Plaintext
%option noyywrap
|
|
%option nodefault
|
|
%option noyylineno
|
|
|
|
%%
|
|
|
|
%%
|
|
|
|
int read_config(const char * const file) {
|
|
return 0;
|
|
}
|