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