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