Added declaration for st_alloc()
This commit is contained in:
parent
ad4b0435bc
commit
92a6e5c426
|
@ -30,6 +30,8 @@ typedef struct _ALLOC_ {
|
||||||
struct _ALLOC_ *_A_next;
|
struct _ALLOC_ *_A_next;
|
||||||
} *_PALLOC_;
|
} *_PALLOC_;
|
||||||
|
|
||||||
|
extern char *st_alloc();
|
||||||
|
|
||||||
#define _A_st_free(ptr, phead, size) (((_PALLOC_)ptr)->_A_next = \
|
#define _A_st_free(ptr, phead, size) (((_PALLOC_)ptr)->_A_next = \
|
||||||
(_PALLOC_)(*phead), \
|
(_PALLOC_)(*phead), \
|
||||||
*((_PALLOC_ *)phead) = \
|
*((_PALLOC_ *)phead) = \
|
||||||
|
|
Loading…
Reference in a new issue