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