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