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