aboutsummaryrefslogtreecommitdiffstats
path: root/XAlloc.h
blob: 3cc060d994f9354bb68c7d3ef0167285c7b6f8c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* Do not edit this file. It was automatically generated. */

#ifndef HEADER_XAlloc
#define HEADER_XAlloc

#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif

#include <stdlib.h>

void* xMalloc(size_t size);

void* xCalloc(size_t nmemb, size_t size);

void* xRealloc(void* ptr, size_t size);

char* xStrdup(const char* str);

#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy