/******************************************************************************/ /* MCrypt, by LoRd_MuldeR */ /* This work has been released under the CC0 1.0 Universal license! */ /******************************************************************************/ #ifndef INC_UTILS_H #define INC_UTILS_H #include "platform.h" #include char* CHR_to_utf8(const CHR *const input); uint64_t get_file_size(FILE* const file); void init_terminal(void); #endif