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