Hi there.
I'm writing a program under Linux. I need a function that convert relative path to absolute (or full path). Under Windows, I have a GetFullPathName function in WinAPI. But now, I need function for Linux (glibc may be).
Can someone help me?
P.S. Googling, googling... nothing found ;-(