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