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