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