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

/*
 * stream.h
 *
 *  Created on: 20.09.2011
 *      Author: Mike
 */

#ifndef STREAM_H_
#define STREAM_H_

#include "stdinc.h"

#ifdef _WIN32
int _STREAM_STDOUT;
#endif

#ifdef _cplusplus
extern "C" {
#endif

void close_stdout();
void reopen_stdout();

#ifdef _cplusplus
extern "C" }
#endif

#endif /* STREAM_H_ */

mercurial