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