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