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