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