This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
ink
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Oops, left a debugging printf in a critical section
main
Ludovic 'Archivist' Lagouardette
5 days ago
parent
5a17cef1be
commit
d47eca9022
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
lib.c
+ 0
- 1
lib.c
View File
@ -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…
Cancel
Save