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