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