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