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