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