C
Cannot retrieve the latest commit at this time.
| Failed to load latest commit information. | |||
|
|
.gitignore | ||
|
|
CMakeLists.txt | ||
|
|
README.txt | ||
|
|
realpath.c | ||
README.txt
A minimal implementation of `realpath', which is included in most UNIX distributions but not Mac OS X. To install: $ make && sudo make install To install with CMake: $ cmake . $ make && sudo make install