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