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