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