exception.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 exception header should be included as "#include <exception>".This file is provided for compatibility with older programs thatuse "#include <exception.h>".*/#ifndef _EXCEPTION_H#define _EXCEPTION_H#include <exception>#endif /* _EXCEPTION_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 + -
显示快捷键?