stream.h

Thu, 26 Jan 2012 15:55:52 +0100

author
Mike Becker <universe@uap-core.de>
date
Thu, 26 Jan 2012 15:55:52 +0100
changeset 27
95a958e3de88
parent 20
43725438ac50
permissions
-rw-r--r--

added regexp_parser struct and compile function

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