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