/* Portions Copyright 2003, QNX Software Systems Ltd. All Rights Reserved */

// iostream standard header
#ifndef _IOSTREAM_
#define _IOSTREAM_
#include <istream>
_STD_BEGIN

		// OBJECTS
static ios_base::Init _Ios_init;	// force initialization of byte streams

extern istream cin;
extern ostream cout;
_STD_END
#endif /* _IOSTREAM_ */

/*
 * Copyright (c) 1992-2003 by P.J. Plauger.  ALL RIGHTS RESERVED.
 * Consult your license regarding permissions and restrictions.
V4.02:1296 */
