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