Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Immanuel
/
nnn
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
We don't use realpath(3) anymore
master
lostd
hace 11 años
padre
24567ce6f5
commit
70d292ed24
Se han
modificado 1 ficheros
con
0 adiciones
y
11 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-11
noice.c
+ 0
- 11
noice.c
Ver fichero
@@ -101,17 +101,6 @@ xstrdup(const char *s)
return p;
}
char *
xrealpath(const char *path)
{
char *p;
p = realpath(path, NULL);
if (p == NULL)
printerr(1, "realpath");
return p;
}
char *
xdirname(const char *path)
{
Escribir
Vista previa
Cargando…
Cancelar
Guardar