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