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