1 #include <u.h> 2 #include <libc.h> 3 #include <stdio.h> 4 5 int yywrap(void)6 yywrap(void) 7 { 8 return 1; 9 } 10