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