BlinkenArea - GitList
Repositories
Blog
Wiki
uproctrace
Code
Commits
Branches
Tags
Search
Tree:
c84264b
Branches
Tags
master
uproctrace
libuptev
src
symlink.h
formatting
Stefan Schuermans
commited
c84264b
at 2020-05-21 12:00:46
symlink.h
Blame
History
Raw
#ifndef UPTEV_SYMLINK_H #define UPTEV_SYMLINK_H #include "cleaner.h" /** * @brief read symlink * @param[in] pathname path to symbolic link * @param[in,out] cleaner object, malloc-ed string is added to it on success * @return malloc-ed string object containing symlink target or NULL on error */ char *uptev_symlink_read(char const *pathname, uptev_cleaner_t *cleaner); #endif /* #ifndef UPTEV_SYMLINK_H */