代码搜索:assertion

找到约 1,246 项符合「assertion」的源代码

代码结果 1,246
www.eeworm.com/read/112509/15484130

c assert.c

static char rcsid[] = "$Id: H:/drh/idioms/book/RCS/except.doc,v 1.10 1997/02/21 19:43:55 drh Exp $"; #include "assert.h" const Except_T Assert_Failed = { "Assertion failed" }; void (assert)(int e)
www.eeworm.com/read/102552/15775348

htm subject_44792.htm

序号:44792 发表者:泥巴鱼 发表日期:2003-06-23 15:53:33 主题:新手问:请教使用ComboBox时出现的"Debug Assertion Failed!"错误 内容:    各位好!我在对话框中使用ComBoBox控件时,编译通过,运行出现"Debug Assertion Failed!"错误.以前没有
www.eeworm.com/read/101790/15811454

htm subject_44792.htm

序号:44792 发表者:泥巴鱼 发表日期:2003-06-23 15:53:33 主题:新手问:请教使用ComboBox时出现的"Debug Assertion Failed!"错误 内容:    各位好!我在对话框中使用ComBoBox控件时,编译通过,运行出现"Debug Assertion Failed!"错误.以前没有
www.eeworm.com/read/438832/7725773

sh assert.sh

#!/bin/bash # assert.sh assert () # 如果条件为false, { #+ 那么就打印错误信息并退出脚本. E_PARAM_ERR=98 E_ASSERT_FAILED=99 if [ -z "$2" ] # 传递进来的参数个数不够. the
www.eeworm.com/read/245586/12791482

h kassert.h

#ifndef __KASSERT_H_ #define __KASSERT_H_ #include "printk.h" #define KASSERT( cond ) \ do { \ if(!(cond)) { \ set_current_attr(ATTRIB(RED, GRAY|BRIGHT)); \ printk("Failed asse
www.eeworm.com/read/245586/12791868

h kassert.h

#ifndef __KASSERT_H_ #define __KASSERT_H_ #include "printk.h" #define KASSERT( cond ) \ do { \ if(!(cond)) { \ set_current_attr(ATTRIB(RED, GRAY|BRIGHT)); \ printk("Failed asse
www.eeworm.com/read/245586/12792103

h kassert.h

#ifndef __KASSERT_H_ #define __KASSERT_H_ #include "printk.h" #define KASSERT( cond ) \ do { \ if(!(cond)) { \ set_current_attr(ATTRIB(RED, GRAY|BRIGHT)); \ printk("Failed asse
www.eeworm.com/read/245586/12792271

h kassert.h

#ifndef __KASSERT_H_ #define __KASSERT_H_ #include "printk.h" #define KASSERT( cond ) \ do { \ if(!(cond)) { \ set_current_attr(ATTRIB(RED, GRAY|BRIGHT)); \ printk("Failed asse
www.eeworm.com/read/245586/12792396

h kassert.h

#ifndef __KASSERT_H_ #define __KASSERT_H_ #include "printk.h" #define KASSERT( cond ) \ do { \ if(!(cond)) { \ set_current_attr(ATTRIB(RED, GRAY|BRIGHT)); \ printk("Failed asse
www.eeworm.com/read/245586/12792741

h kassert.h

#ifndef __KASSERT_H_ #define __KASSERT_H_ #include "printk.h" #define KASSERT( cond ) \ do { \ if(!(cond)) { \ set_current_attr(ATTRIB(RED, GRAY|BRIGHT)); \ printk("Failed asse