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