]> Creatis software - clitk.git/blob - gengetopt/yyerror.h
Debug RTStruct conversion with empty struc
[clitk.git] / gengetopt / yyerror.h
1 #ifndef YYERROR_H_
2 #define YYERROR_H_
3
4 #include "ggos.h"
5
6 void
7 yyerror (const char *s);
8
9 void
10 yyerror (gengetopt_option *opt, const char *s);
11
12 #endif /*YYERROR_H_*/