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