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