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