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