assertInit.c
资源名称:ixp425BSP.rar [点击查看]
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:
VxWorks
开发平台:
C/C++
- /* assertLibInit.c - assert library initialization */
- /* Copyright 1992 Wind River Systems, Inc. */
- /*
- modification history
- --------------------
- 01a,07sep92,smb written.
- */
- /*
- DESCRIPTION
- This file is used to include the assert ANSI C library routine in the
- VxWorks build. The routines are only included when this file is
- included by usrConfig.c
- NOMANUAL
- */
- #ifndef __INCassertLibInitc
- #define __INCassertLibInitc
- #include "vxWorks.h"
- #include "assert.h"
- VOIDFUNCPTR assertFiles[] =
- {
- (VOIDFUNCPTR) __assert,
- };
- #endif /* __INCassertLibInitc */