Wednesday, August 31, 2016

C Library Header – assert

This header is a C diagnostic library. The assert header is used for debugging purposes.

<assert.h> defines macro function that can be used as a standard debugging tool.

The <assert.h> header shall define the following function macros:
assert Evaluate assertion
static_assert Performs compile-time assertion checking (C11)



Related topics:
<complex.h>   |   <ctype.h>   |   <errno.h>   |   <fenv.h>   |   <float.h>   |   Standard Library in C

List of topics: C Programming

No comments:

Post a Comment