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