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