#ifndef __UTILS_H_ #define __UTILS_H_ #include #ifdef __cplusplus extern "C" { #endif //Needs to have log_init() called beforehand. void dumpHex(const void* data, size_t size); #ifdef __cplusplus } #endif #endif // __UTILS_H_