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