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