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