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