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