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