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