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