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