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