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