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