Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
Immanuel
/
nnn
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
We don't use realpath(3) anymore
master
lostd
11 anni fa
parent
24567ce6f5
commit
70d292ed24
1 ha cambiato i file
con
0 aggiunte
e
11 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-11
noice.c
+ 0
- 11
noice.c
Vedi File
@@ -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)
{
Write
Preview
Loading…
Annulla
Salva