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