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