stream.h

changeset 16
bc9a0fefd892
child 20
43725438ac50
equal deleted inserted replaced
15:9a262e046ab8 16:bc9a0fefd892
1 /*
2 * stream.h
3 *
4 * Created on: 20.09.2011
5 * Author: beckermi
6 */
7
8 #ifndef STREAM_H_
9 #define STREAM_H_
10
11 #include "stdinc.h"
12
13 #ifdef _WIN32
14 int _STREAM_STDOUT;
15 #endif
16
17 #ifdef _cplusplus
18 extern "C" {
19 #endif
20
21 void close_stdout();
22 void reopen_stdout();
23
24 #ifdef _cplusplus
25 extern "C" }
26 #endif
27
28 #endif /* STREAM_H_ */

mercurial