BlinkenArea - GitList
Repositories
Blog
Wiki
uproctrace
Code
Commits
Branches
Tags
Search
Tree:
38f7d8c
Branches
Tags
master
uproctrace
libuptev
src
read_file.h
rename: lwproctrace -> uproctrace
Stefan Schuermans
commited
38f7d8c
at 2020-05-21 09:57:55
read_file.h
Blame
History
Raw
#ifndef UPTEV_READ_FILE_H #define UPTEV_READ_FILE_H /** * @brief read file contents * @param[in] pathname path to file containing zero-terminated string list * @param[out] *size size of file contents * @return pointer to malloc-ed file contents or NULL */ char * uptev_read_file(char const *pathname, size_t *size); #endif /* #ifndef UPTEV_READ_FILE_H */