histui/source/config.l

12 lines
122 B
Plaintext
Raw Normal View History

2024-02-10 15:50:36 -05:00
%option noyywrap
%option nodefault
%option noyylineno
%%
%%
int read_config(const char * const file) {
return 0;
}