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