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