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