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