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