cstdarg
来自「Keil for ARM.rar」· 代码 · 共 24 行
TXT
24 行
/*
* C++ header for C header stdarg.h
* Copyright 1997 ARM Limited. All rights reserved.
*/
/*
* RCS $Revision: 1.3.2.1 $
* Checkin $Date: 2001/02/22 16:23:34 $
* Revising $Author: cadeniyi $
*/
#ifndef __cstdarg
#define __cstdarg
#define __STDARG_NO_EXPORTS 1
#include <stdarg.h>
#undef __STDARG_NO_EXPORTS
#ifdef __EDG_RUNTIME_USES_NAMESPACES
#undef __stdarg_h // later inclusion of stdarg.h must do using std::*
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?