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