iBoot/lib/libc++/iostream.cpp

18 lines
413 B
C++

/*
* Copyright (C) 2009 Apple Inc. All rights reserved.
*
* This document is the property of Apple Inc.
* It is considered confidential and proprietary.
*
* This document may not be reproduced or transmitted in any form,
* in whole or in part, without the express written permission of
* Apple Inc.
*/
#include <sys/types.h>
#include <iostream.h>
const char *endl = "\n";
ostream cout;
ostream cerr;