X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=utilities%2Fgengetopt%2Fyywrap.c;fp=utilities%2Fgengetopt%2Fyywrap.c;h=9e561d3cccfdf2e630110b280f5cc10333d5e993;hb=79381bc54b9e0c85156460daa211fe5ac83da0a7;hp=0000000000000000000000000000000000000000;hpb=4454c06e212fb6af58d206f2d6f9b76778858967;p=clitk.git diff --git a/utilities/gengetopt/yywrap.c b/utilities/gengetopt/yywrap.c new file mode 100644 index 0000000..9e561d3 --- /dev/null +++ b/utilities/gengetopt/yywrap.c @@ -0,0 +1,18 @@ +/* +This file is licensed to you under the license specified in the included file +`LICENSE'. Look there for further details. +*/ + + +/* + This function is called when found EOF. + */ +#include + +int +yywrap () +{ + /* fprintf (stderr, "yywrap() called.\n"); */ + return 1; +} +