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