📄 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 */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -