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