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