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