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