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