Bladeren bron

Oops, left a debugging printf in a critical section

main
Ludovic 'Archivist' Lagouardette 6 dagen geleden
bovenliggende
commit
d47eca9022
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. +0
    -1
      lib.c

+ 0
- 1
lib.c Bestand weergeven

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

Laden…
Annuleren
Opslaan