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