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