#ifndef ECEX_UTIL_H #define ECEX_UTIL_H #include int ecex_file_exists(const char *path); char *ecex_read_entire_file(const char *path, size_t *out_size); char *ecex_strdup(const char *s); #endif