This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Archivist
/
ink
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
4
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Oops, left a debugging printf in a critical section
main
Ludovic 'Archivist' Lagouardette
пре 6 дана
родитељ
5a17cef1be
комит
d47eca9022
1 измењених фајлова
са
0 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
)
{
Write
Preview
Loading…
Откажи
Сачувај