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