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