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