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