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