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