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