?? iccext.h
字號:
/* - ICCEXT.H -
Some extra declarations for non-ANSI functions used by the C library.
$Revision: 38615 $
Copyright 1986 - 1999 IAR Systems. All rights reserved.
*/
#ifndef _ICCEXT_INCLUDED
#define _ICCEXT_INCLUDED
#include "sysmac.h"
#ifndef _SYSTEM_BUILD
#pragma system_include
#endif
#if __IAR_SYSTEMS_ICC__ < 2
#if __TID__ & 0x8000
#pragma function=intrinsic(0)
#endif
#endif
#ifndef MEMORY_ATTRIBUTE
#define MEMORY_ATTRIBUTE
#endif
__INTRINSIC MEMORY_ATTRIBUTE double exp10(double);
#if __IAR_SYSTEMS_ICC__ < 2
#if __TID__ & 0x8000
#pragma function=default
#endif
#endif
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -