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