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