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