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