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