histui/source/config.l
2024-02-10 21:50:36 +01:00

12 lines
122 B
Plaintext

%option noyywrap
%option nodefault
%option noyylineno
%%
%%
int read_config(const char * const file) {
return 0;
}