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