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