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