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