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