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