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