Files
Custom-Operating-System/libs/libcxx/include/iostream

17 lines
267 B
Plaintext
Raw Normal View History

2025-02-12 09:54:05 -05:00
#pragma GCC system_header
#ifndef _LIBCXX_IOSTREAM
#define _LIBCXX_IOSTREAM
#include <__config>
#include <ostream>
_LIBCXX_BEGIN_NAMESPACE_STD
extern ostream cout;
extern ostream cerr;
// extern ostream clog;
_LIBCXX_END_NAMESPACE_STD
#endif // _LIBCXX_IOSTREAM