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