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