BlinkenArea - GitList
Repositories
Blog
Wiki
uproctrace
Code
Commits
Branches
Tags
Search
Tree:
4199392
Branches
Tags
master
uproctrace
liblwptev
src
read_file.h
factor reading file to seprate file
Stefan Schuermans
commited
4199392
at 2020-05-17 19:05:35
read_file.h
Blame
History
Raw
#ifndef LWPTEV_READ_FILE_H #define LWPTEV_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 * lwptev_read_file(char const *pathname, size_t *size); #endif /* #ifndef LWPTEV_READ_FILE_H */