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