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