|
@ -388,7 +388,6 @@ static void* ink_realloc(struct context* _, void* ptr, size_t sz) { |
|
|
} |
|
|
} |
|
|
static void ink_free(struct context* _, void* ptr) { |
|
|
static void ink_free(struct context* _, void* ptr) { |
|
|
_=_; |
|
|
_=_; |
|
|
printf("%p\n", ptr); |
|
|
|
|
|
free(ptr); |
|
|
free(ptr); |
|
|
} |
|
|
} |
|
|
static int ink_putchar(struct context* _, int c) { |
|
|
static int ink_putchar(struct context* _, int c) { |
|
|