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