7 #ifndef CORE_DEBUG_DEBUG_PRINT_H_ 8 #define CORE_DEBUG_DEBUG_PRINT_H_ 13 void print_nvect(
const char *str,
double vect[],
int n);
14 void print_nvect(
const char *str,
float *vect,
int n);
15 void print_nvect(
const char *str,
unsigned char vect[],
int n);
16 void print_nvect(
const char *str,
int vect[],
int n);
17 void print_hex(
const char *str,
unsigned char *hex,
int len);
void print_hex(const char *str, unsigned char *hex, int len)
void print_nvect(const char *str, double vect[], int n)
void print_log(const char *format,...)