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