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