?? ss_mem.h
字號:
/********************************************************************20**
Name: System Services -- Memory management interface
Type: C include file
Desc: Various macro definitions required for the Memory
management interface.
File: ss_mem.h
Sid: ss_mem.h 1.2 - 08/11/98 10:47:04
Prg: kp
*********************************************************************21*/
#ifndef __SSMEMH__
#define __SSMEMH__
#ifdef __cplusplus
extern "C" {
#endif
/* region flags */
#define SS_OUTBOARD_FLAG 16
#ifdef __cplusplus
}
#endif
#endif /* __SSMEMH__ */
/********************************************************************30**
End of file: ss_mem.h 1.2 - 08/11/98 10:47:04
*********************************************************************31*/
/********************************************************************40**
Notes:
*********************************************************************41*/
/********************************************************************50**
*********************************************************************51*/
/********************************************************************60**
Revision history:
*********************************************************************61*/
/********************************************************************90**
ver pat init description
------------ -------- ---- ----------------------------------------------
1.1 --- kp 1. initial release
1.2 --- kp 1. C++ compilable, cosmetic changes
*********************************************************************91*/
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -