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