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