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