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