Mercurial > hg > octave-lojdl > gnulib-hg
view lib/xfreopen.h @ 17426:90f3d53e01f5
sig2str: port to C++
* lib/sig2str.h (sig2str, str2sig): Declare as extern "C".
Reported by Daniel J Sebald in
<http://lists.gnu.org/archive/html/bug-gnulib/2013-06/msg00000.html>.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sun, 02 Jun 2013 11:52:41 -0700 |
parents | a5b7df5da800 |
children |
line wrap: on
line source
#include <stdio.h> void xfreopen (char const *filename, char const *mode, FILE *fp);