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