GNU libmicrohttpd 0.9.77
Loading...
Searching...
No Matches
mhd_compat.c File Reference

Implementation of platform missing functions. More...

#include "mhd_compat.h"
#include <string.h>

Go to the source code of this file.

Functions

voidMHD_calloc_ (size_t nelem, size_t elsize)
 

Detailed Description

Implementation of platform missing functions.

Author
Karlson2k (Evgeny Grin)

Definition in file mhd_compat.c.

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.

References MHD_HTTP_OK, and NULL.