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