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