ref: ad0bd0a3a58d42d7ed69d91b03a92631252f803a dir: /sys/src/ape/lib/l/yywrap.c/
#include <libl.h> #include <stdio.h> int yywrap(void) { return 1; }