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