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