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