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