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