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