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