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