#ifndef UTILS_H #define UTILS_H #include uint32_t char_to_uint32(unsigned char *input); #endif