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