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