📄 assertinit.c
字号:
/* assertLibInit.c - assert library initialization *//* Copyright 1992 Wind River Systems, Inc. *//*modification history--------------------01a,07sep92,smb written.*//*DESCRIPTIONThis 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.cNOMANUAL*/#ifndef __INCassertLibInitc #define __INCassertLibInitc #include "vxWorks.h"#include "assert.h"VOIDFUNCPTR assertFiles[] = { (VOIDFUNCPTR) __assert, };#endif /* __INCassertLibInitc */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -