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