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