Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Archivist
/
ink
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
4
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Oops, left a debugging printf in a critical section
main
Ludovic 'Archivist' Lagouardette
hace 6 días
padre
5a17cef1be
commit
d47eca9022
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-1
lib.c
+ 0
- 1
lib.c
Ver fichero
@ -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
)
{
Escribir
Vista previa
Cargando…
Cancelar
Guardar