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