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