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