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