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