GNU libmicrohttpd  0.9.72
mhd_compat.h File Reference
#include "mhd_options.h"
#include <stdlib.h>
Include dependency graph for mhd_compat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MHD_strerror_(errnum)   strerror ((errnum))
 

Functions

void * MHD_calloc_ (size_t nelem, size_t elsize)
 

Macro Definition Documentation

◆ MHD_strerror_

#define MHD_strerror_ (   errnum)    strerror ((errnum))

Definition at line 44 of file mhd_compat.h.

Function Documentation

◆ MHD_calloc_()

void* MHD_calloc_ ( size_t  nelem,
size_t  elsize 
)

MHD_calloc_ is platform-independent calloc()

Definition at line 98 of file mhd_compat.c.