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