Mercurial > hg > CbC > CbC_llvm
comparison libcxx/include/iostream @ 252:1f2b6ac9f198 llvm-original
LLVM16-1
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 18 Aug 2023 09:04:13 +0900 |
parents | c4bab56944e8 |
children |
comparison
equal
deleted
inserted
replaced
237:c80f45b162ad | 252:1f2b6ac9f198 |
---|---|
49 # pragma GCC system_header | 49 # pragma GCC system_header |
50 #endif | 50 #endif |
51 | 51 |
52 _LIBCPP_BEGIN_NAMESPACE_STD | 52 _LIBCPP_BEGIN_NAMESPACE_STD |
53 | 53 |
54 extern _LIBCPP_FUNC_VIS istream cin; | 54 extern _LIBCPP_EXPORTED_FROM_ABI istream cin; |
55 extern _LIBCPP_FUNC_VIS ostream cout; | 55 extern _LIBCPP_EXPORTED_FROM_ABI ostream cout; |
56 extern _LIBCPP_FUNC_VIS ostream cerr; | 56 extern _LIBCPP_EXPORTED_FROM_ABI ostream cerr; |
57 extern _LIBCPP_FUNC_VIS ostream clog; | 57 extern _LIBCPP_EXPORTED_FROM_ABI ostream clog; |
58 | 58 |
59 #ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS | 59 #ifndef _LIBCPP_HAS_NO_WIDE_CHARACTERS |
60 extern _LIBCPP_FUNC_VIS wistream wcin; | 60 extern _LIBCPP_EXPORTED_FROM_ABI wistream wcin; |
61 extern _LIBCPP_FUNC_VIS wostream wcout; | 61 extern _LIBCPP_EXPORTED_FROM_ABI wostream wcout; |
62 extern _LIBCPP_FUNC_VIS wostream wcerr; | 62 extern _LIBCPP_EXPORTED_FROM_ABI wostream wcerr; |
63 extern _LIBCPP_FUNC_VIS wostream wclog; | 63 extern _LIBCPP_EXPORTED_FROM_ABI wostream wclog; |
64 #endif | 64 #endif |
65 | 65 |
66 _LIBCPP_END_NAMESPACE_STD | 66 _LIBCPP_END_NAMESPACE_STD |
67 | 67 |
68 #endif // _LIBCPP_IOSTREAM | 68 #endif // _LIBCPP_IOSTREAM |