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