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