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