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