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