ソースを参照

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

読み込み中…
キャンセル
保存