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