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