添加符号和数字的解析
This commit is contained in:
@@ -21,7 +21,7 @@ typedef struct _map_def{
|
||||
void __mem_clear(map_def **m);
|
||||
void __mem_mov(map_def **d,map_def **s);
|
||||
|
||||
void *mem_calloc(size_t memb_size,size_t memb_num);
|
||||
void *mem_calloc(size_t memb_num, size_t memb_size);
|
||||
void *mem_malloc(size_t size);
|
||||
void mem_free(void *p);
|
||||
|
||||
|
Reference in New Issue
Block a user