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