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