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