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