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