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