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