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