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