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