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