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