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