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