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