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