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