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