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