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