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