Mercurial > hg > octave-jordi > gnulib-hg
annotate lib/xfreopen.h @ 18079:4c948fd76734 default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Mon, 24 Aug 2015 06:09:19 -0700 |
parents | a5b7df5da800 |
children |
rev | line source |
---|---|
12321
a5b7df5da800
xfreopen: new module, from coreutils
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
1 #include <stdio.h> |
a5b7df5da800
xfreopen: new module, from coreutils
Jim Meyering <meyering@redhat.com>
parents:
diff
changeset
|
2 void xfreopen (char const *filename, char const *mode, FILE *fp); |