aboutsummaryrefslogtreecommitdiff
path: root/fileutils.h
blob: 413648f306e70345626b90a0418b925ae242ed1c (plain)
1
2
3
4
5
6
7
8
#ifndef FILEUTILS_H
#define FILEUTILS_H

const char* get_home_dir();
/* Returns 0 on success */
int file_get_content(const char *filepath, char **data, long *size);

#endif