stream.h

Thu, 20 Oct 2011 17:29:23 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 20 Oct 2011 17:29:23 +0200
changeset 22
4508da679ffb
parent 20
43725438ac50
permissions
-rw-r--r--

completed binary file heuristics

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