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