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