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