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