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