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