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