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