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