stream.h

changeset 16
bc9a0fefd892
child 20
43725438ac50
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/stream.h	Tue Sep 20 15:19:28 2011 +0200
     1.3 @@ -0,0 +1,28 @@
     1.4 +/*
     1.5 + * stream.h
     1.6 + *
     1.7 + *  Created on: 20.09.2011
     1.8 + *      Author: beckermi
     1.9 + */
    1.10 +
    1.11 +#ifndef STREAM_H_
    1.12 +#define STREAM_H_
    1.13 +
    1.14 +#include "stdinc.h"
    1.15 +
    1.16 +#ifdef _WIN32
    1.17 +int _STREAM_STDOUT;
    1.18 +#endif
    1.19 +
    1.20 +#ifdef _cplusplus
    1.21 +extern "C" {
    1.22 +#endif
    1.23 +
    1.24 +void close_stdout();
    1.25 +void reopen_stdout();
    1.26 +
    1.27 +#ifdef _cplusplus
    1.28 +extern "C" }
    1.29 +#endif
    1.30 +
    1.31 +#endif /* STREAM_H_ */

mercurial