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