mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-18 09:46:33 +02:00
* gl/lib/xfreopen.c: New file. * gl/lib/xfreopen.h: New file. * gl/modules/xfreopen: New file.
3 lines
85 B
C
3 lines
85 B
C
#include <stdio.h>
|
|
void xfreopen (char const *filename, char const *mode, FILE *fp);
|