/* * str_util.h * * Created on: Feb 14, 2011 * Author: lamikr */ #ifndef STR_UTIL_H_ #define STR_UTIL_H_ char *get_as_hex_str(const char *byte_arr, int byte_count); #endif /* STR_UTIL_H_ */