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