xref: /dflybsd-src/contrib/diffutils/lib/xfreopen.h (revision 807be17b7eecdefa2ff6404857d013f19a0ee834)
1 #include <stdio.h>
2 void xfreopen (char const *filename, char const *mode, FILE *fp);
3