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