Kaa client C SDK
|
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | __KAA_MALLOC(S) malloc(S) |
#define | __KAA_CALLOC(N, S) calloc(N, S) |
#define | __KAA_REALLOC(P, S) realloc(P, S) |
#define | __KAA_FREE(P) free(P) |
#define __KAA_CALLOC | ( | N, | |
S | |||
) | calloc(N, S) |
#define __KAA_FREE | ( | P | ) | free(P) |
#define __KAA_MALLOC | ( | S | ) | malloc(S) |
#define __KAA_REALLOC | ( | P, | |
S | |||
) | realloc(P, S) |