sstream.mh
来自「开放源码的编译器open watcom 1.6.0版的源代码」· MH 代码 · 共 36 行
MH
36 行
///////////////////////////////////////////////////////////////////////////
// FILE: sstream/sstream.h (std::string streams)
//
:keep CPP_HDR
:include crwat.sp
//
// Description: This header is part of the C++ standard library.
///////////////////////////////////////////////////////////////////////////
:segment !CNAME
#ifndef _SSTREAM_H_INCLUDED
#define _SSTREAM_H_INCLUDED
:include readonly.sp
#ifndef _SSTREAM_INCLUDED
#include <sstream>
#endif
#endif
:elsesegment
#ifndef _SSTREAM_INCLUDED
#define _SSTREAM_INCLUDED
:include readonly.sp
#ifndef __cplusplus
#error The header sstream requires C++
#endif
namespace std {
} // namespace std
#endif
:endsegment
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?