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