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