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