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