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