?? dosfsverp.h
字號:
/* dosFsVerP.h - dosFs2 vxWorks version header file *//* Copyright 2001-2002 Wind River Systems, Inc. *//*modification history--------------------01a,20sep01,jkf written - SPR#69031, common code for both AE & 5.x.*/#ifndef __INCdosFsVerPh#define __INCdosFsVerPh#ifdef __cplusplusextern "C" {#endif/* This WRS private header file is subject to change by WRS without notice. *//* include's */#include "vxWorks.h"#ifndef _WRS_VXWORKS_5_X# define _WRS_DOSFS2_VXWORKS_AE /* define to build for VxWorks AE */#endif /* !_WRS_VXWORKS_5_X */#ifdef _WRS_DOSFS2_VXWORKS_AE# include "memPartLib.h"# include "pdLib.h"# include "private/handleLibP.h" /* for VxWorks AE, use HANDLE */# ifndef KHEAP_REALLOC# define KHEAP_REALLOC(pBuf,newsize) \ memPartRealloc(memPartIdKernel,pBuf,newsize)# endif /* KHEAP_REALLOC */#else /* _WRS_DOSFS2_VXWORKS_AE */# include "memPartLib.h"# include "classLib.h" /* for VxWorks 5.x, use OBJ_CORE */# include "objLib.h"# include "private/objLibP.h"#endif /* DOSFS2_VXWORKS_AE */#ifdef __cplusplus}#endif#endif /* __INCdosFsVerPh */
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -