// iostream standard header for Microsoft
#pragma once
#ifndef _IOSTREAM_
#define _IOSTREAM_
#ifndef RC_INVOKED
#include "istream"

 #pragma pack(push,_CRT_PACKING)
 #pragma warning(push,3)
_STD_BEGIN

extern istream cin, *_Ptr_cin;
extern ostream cout, *_Ptr_cout;
extern ostream cerr, *_Ptr_cerr;
extern ostream clog, *_Ptr_clog;

extern wistream wcin, *_Ptr_wcin;
extern wostream wcout, *_Ptr_wcout;
extern wostream wcerr, *_Ptr_wcerr;
extern wostream wclog, *_Ptr_wclog;

		// CLASS _Winit
class _Winit {
public:
	__thiscall _Winit();
	__thiscall ~_Winit();
private:
	static int _Init_cnt;
	};

_STD_END
 #pragma warning(pop)
 #pragma pack(pop)

#endif /* RC_INVOKED */
#endif /* _IOSTREAM_ */

/*
 * Copyright (c) 1992-2009 by P.J. Plauger.  ALL RIGHTS RESERVED.
 * Consult your license regarding permissions and restrictions.
V5.20:0009 */
