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