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