stream.h

Thu, 01 Dec 2011 17:06:27 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 01 Dec 2011 17:06:27 +0100
changeset 26
853a1181884b
parent 20
43725438ac50
permissions
-rw-r--r--

Merge with 3963e8800a1268be93d938c709e2d4be4d0b2d39

     1 /*
     2  * stream.h
     3  *
     4  *  Created on: 20.09.2011
     5  *      Author: Mike
     6  */
     8 #ifndef STREAM_H_
     9 #define STREAM_H_
    11 #include "stdinc.h"
    13 #ifdef _WIN32
    14 int _STREAM_STDOUT;
    15 #endif
    17 #ifdef _cplusplus
    18 extern "C" {
    19 #endif
    21 void close_stdout();
    22 void reopen_stdout();
    24 #ifdef _cplusplus
    25 extern "C" }
    26 #endif
    28 #endif /* STREAM_H_ */

mercurial