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