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