mirror of https://github.com/F-Stack/f-stack.git
Update ff_memory.c
This commit is contained in:
parent
a5c480ea44
commit
9c6ba54083
|
@ -107,6 +107,7 @@ static inline int stklist_push(StackList_t * p, uint64_t val);
|
||||||
|
|
||||||
static int stklist_init(StackList_t*p, int size)
|
static int stklist_init(StackList_t*p, int size)
|
||||||
{
|
{
|
||||||
|
|
||||||
int i = 0;
|
int i = 0;
|
||||||
|
|
||||||
if (p==NULL || size<=0){
|
if (p==NULL || size<=0){
|
||||||
|
|
Loading…
Reference in New Issue