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