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