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