浏览代码

Oops, left a debugging printf in a critical section

main
Ludovic 'Archivist' Lagouardette 6 天前
父节点
当前提交
d47eca9022
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      lib.c

+ 0
- 1
lib.c 查看文件

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

正在加载...
取消
保存