https://github.com/davep/realpath
Simple implementation of realpath
https://github.com/davep/realpath
Last synced: 8 months ago
JSON representation
Simple implementation of realpath
- Host: GitHub
- URL: https://github.com/davep/realpath
- Owner: davep
- Created: 2017-02-21T16:18:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T16:22:01.000Z (over 9 years ago)
- Last Synced: 2025-09-24T11:58:12.985Z (9 months ago)
- Language: C
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# realpath
Simple implementation of realpath. macOS doesn't seem to have it. I was
bored and needed an excuse to write some C code for the first time in a
long time. So this happened.