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