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