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