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