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