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