#ifndef __utils_h
#define __utils_h

long long get_system_time_in_milliseconds(void);
unsigned int crc32b(unsigned char *message);

#endif