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