summaryrefslogtreecommitdiff
path: root/src/utils.h
blob: 1fc7113044d03d9ec4899b31e75cf259fe2e5747 (plain)
1
2
3
4
5
6
7
#ifndef UTILS_H
#define UTILS_H

char *
read_file_contents(char *file_path);

#endif /* UTILS_H */