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