ref: 1fcc84d072c40cbd7ed58d164ed17e0b7989dc11 dir: /sys/src/liblex/yywrap.c/
#include <u.h> #include <libc.h> #include <stdio.h> int yywrap(void) { return 1; }