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