stream.h

Mon, 13 Feb 2012 19:10:00 +0100

author
Mike Becker <universe@uap-core.de>
date
Mon, 13 Feb 2012 19:10:00 +0100
changeset 31
27c3c1c6b768
parent 20
43725438ac50
permissions
-rw-r--r--

added --exclude-cstyle-comments shortcut

/*
 * 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