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