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