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