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