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