#ifndef _UTILS_H #define _UTILS_H #include std::string strip_whitespaces (const std::string input_str); bool create_dir (const std::string &dir_str); std::string sha256_hash (std::string input); #endif /* _UTILS_H */