Searched refs:yywrap (Results 1 – 2 of 2) sorted by relevance
30 extern int yywrap(void);
31 int yywrap(void) { return(1); } in yywrap() function