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