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