stdexcept.h
来自「Montavista Linux 下的多平台编译软件xdc」· C头文件 代码 · 共 31 行
H
31 行
/******************************************************************************* \ ___ / ** / \ ** Edison Design Group C++ Runtime - | \^/ | - ** Copyright 1993-2004 Edison Design Group, Inc. \ / ** All rights reserved. Consult your license regarding / | | \ ** permissions and restrictions. [_] ** *******************************************************************************//*The stdexcept header should be included as "#include <stdexcept>".This file is provided for compatibility with older programs that use"#include <stdexcept.h>".*/#ifndef _STDEXCEPT_H#define _STDEXCEPT_H#include <stdexcept>#endif /* _STDEXCEPT_H *//******************************************************************************* \ ___ / ** / \ ** Edison Design Group C++ Runtime - | \^/ | - ** Copyright 1993-2004 Edison Design Group, Inc. \ / ** All rights reserved. Consult your license regarding / | | \ ** permissions and restrictions. [_] ** *******************************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?