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