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