瀏覽代碼

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) {

Loading…
取消
儲存