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