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