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