Added declaration for st_alloc()

This commit is contained in:
ceriel 1992-06-25 11:32:30 +00:00
parent ad4b0435bc
commit 92a6e5c426

View file

@ -30,6 +30,8 @@ typedef struct _ALLOC_ {
struct _ALLOC_ *_A_next;
} *_PALLOC_;
extern char *st_alloc();
#define _A_st_free(ptr, phead, size) (((_PALLOC_)ptr)->_A_next = \
(_PALLOC_)(*phead), \
*((_PALLOC_ *)phead) = \