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