stream.h

Thu, 20 Oct 2011 14:13:56 +0200

author
Mike Becker <universe@uap-core.de>
date
Thu, 20 Oct 2011 14:13:56 +0200
changeset 20
43725438ac50
parent 16
bc9a0fefd892
permissions
-rw-r--r--

Changed author comments + added signatures for upcomming bfile 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