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