Code

utils os: Add sdb_realpath().
authorSebastian Harl <sh@tokkee.org>
Fri, 30 Jan 2015 12:42:27 +0000 (13:42 +0100)
committerSebastian Harl <sh@tokkee.org>
Fri, 30 Jan 2015 12:42:27 +0000 (13:42 +0100)
commit92b88ad62cefc6aa9029906eccdbdf8643ec8914
treeabe255bd1d3ab47f94d5eda81706f48d0bbdbe54
parent4be4932836dbd85adc9f19b4490daed5712bf2fb
utils os: Add sdb_realpath().

This function is similar to realpath() but also expands ~/ to the current
user's home directory.
src/include/utils/os.h
src/utils/os.c