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