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