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