This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
nnn
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
We don't use realpath(3) anymore
master
lostd
10 years ago
parent
24567ce6f5
commit
70d292ed24
1 changed files
with
0 additions
and
11 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-11
noice.c
+ 0
- 11
noice.c
View 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…
Cancel
Save