Skip to content
EntityQ306248· pop 14· linked from 33 articles

Also known as cassert, <assert.h>, <cassert>, C Programming/assert.h

'''''' is a header file in the C standard library. It defines the C preprocessor macro and implements runtime assertion in C.

Article · 中文

assert.h是C標準函数庫中的头文件。其中定义了assert宏用于程序调试。 在C標準函数庫中,它是個非常特別的头文件,你可以將它引入數次以獲得不同的效果,此效果依引入時是否以定義NDEBUG而定。

Abstract from DBpedia / Wikipedia · CC BY-SA