Made a memory allocator (crude)
This commit is contained in:
parent
b5c7344851
commit
941bac31b6
53 changed files with 469 additions and 146 deletions
|
|
@ -85,5 +85,5 @@ void printf_d(t_printf_arg data, t_printf_func f)
|
|||
.fill_zero = 0, .fill = 0, .sign = sign, .pretty = NULL, .len = \
|
||||
str_len(start_num), .pretty_len = 0, .str = start_num, .allow_zero_fill \
|
||||
= true, .sign_len = str_len(sign), }, data, f);
|
||||
free(start_num);
|
||||
me_free(start_num);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue