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