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