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