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