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