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