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