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