#ifndef __ELEC0017_UTILS_H__ #define __ELEC0017_UTILS_H__ #ifdef __cplusplus extern "C" { #endif int hex2bin(const char *hex); #ifdef __cplusplus } #endif #endif