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