#define Renew(type,p,sz) ((type*)Reallocate(p, sizeof(type)*sz))
|
Parameters |
Description |
|
type |
type to use for sizeof(type) * sz for resulting size. |
|
p |
pointer to realloc |
|
sz |
count of elements in the array |
Reallocates an array of type.
|
Copyright (c) 2010. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|