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