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