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