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