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