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