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