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