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