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