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