Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
sxiv
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix include for ssize_t
master
Bert Münnich
hace 14 años
padre
d721d8453e
commit
0a91ede86c
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-0
util.h
+ 1
- 0
util.h
Ver fichero
@@ -22,6 +22,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <dirent.h>
#include <sys/types.h>
#ifndef MIN
#define MIN(a,b) ((a) < (b) ? (a) : (b))
Escribir
Vista previa
Cargando…
Cancelar
Guardar