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