mirror of
https://github.com/opnsense/src.git
synced 2026-04-20 21:59:20 -04:00
Used extensively on my network over the past month. Reviewed by: pfg, brooks Suggested by: pfg Obtained from: ftp://ftp.am-utils.org/pub/am-utils/ MFC after: 6 weeks Relnotes: yes Differential Revision: D8405
8 lines
78 B
Text
8 lines
78 B
Text
%{
|
|
void yyerror(const char *fmt, ...);
|
|
extern int yylex(void);
|
|
%}
|
|
|
|
%%
|
|
|
|
token:
|