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