GNU libmicrohttpd 0.9.77
Loading...
Searching...
No Matches
mhd_assert.h File Reference

macros for mhd_assert() More...

#include "mhd_options.h"
Include dependency graph for mhd_assert.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NDEBUG   1 /* Use NDEBUG by default */
 
#define mhd_assert(ignore)   ((void) 0)
 

Detailed Description

macros for mhd_assert()

Author
Karlson2k (Evgeny Grin)

Definition in file mhd_assert.h.

Macro Definition Documentation

◆ mhd_assert

#define mhd_assert (   ignore)    ((void) 0)

Definition at line 45 of file mhd_assert.h.

◆ NDEBUG

#define NDEBUG   1 /* Use NDEBUG by default */

Definition at line 36 of file mhd_assert.h.