]> Creatis software - clitk.git/blobdiff - utilities/gengetopt/yywrap.c
Sync gengetopt cmake files with rtk
[clitk.git] / utilities / gengetopt / yywrap.c
diff --git a/utilities/gengetopt/yywrap.c b/utilities/gengetopt/yywrap.c
new file mode 100644 (file)
index 0000000..9e561d3
--- /dev/null
@@ -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 <stdio.h>
+
+int
+yywrap ()
+{
+  /* fprintf (stderr, "yywrap() called.\n"); */
+  return 1;
+}
+