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