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