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