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