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