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