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