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