소스 검색

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

불러오는 중...
취소
저장