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