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