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