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