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