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