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