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