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