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