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