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