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