1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 09:46:33 +02:00
Files
coreutils/gl/lib/xfreopen.h
Jim Meyering 32d4d0dd5e xfreopen: new module
* gl/lib/xfreopen.c: New file.
* gl/lib/xfreopen.h: New file.
* gl/modules/xfreopen: New file.
2008-11-10 08:11:59 +01:00

3 lines
85 B
C

#include <stdio.h>
void xfreopen (char const *filename, char const *mode, FILE *fp);