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