Example of realpath function in C

Viewed 57655

I'm looking for an example of how to use the realpath function in a C program. I can't seem to find one on the web or in any of my C programming books.

3 Answers
Related