fehQlibs
26
Qlibs
Loading...
Searching...
No Matches
fehQlibs-26
include
alloc.h
Go to the documentation of this file.
1
#ifndef ALLOC_H
2
#define ALLOC_H
3
4
extern
void
*
alloc
(
unsigned
int
);
5
extern
void
alloc_free
(
void
*);
6
extern
int
alloc_re
(
void
**,
unsigned
int
,
unsigned
int
);
7
8
/* use these names in the future */
9
#define qfree alloc_free
10
#define qrealloc alloc_re
11
12
#endif
alloc_free
void alloc_free(void *)
Definition:
alloc.c:45
alloc
void * alloc(unsigned int)
Definition:
alloc.c:27
alloc_re
int alloc_re(void **, unsigned int, unsigned int)
Definition:
alloc.c:53
Generated on Sat Nov 2 2024 13:01:06 for fehQlibs by
1.9.6