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