#ifndef LC6_HELPERS_H #define LC6_HELPERS_H #include "../inc/lc6_common.h" void lc6helpers_printhex(unsigned char*, int); void lc6helpers_banner(unsigned char*); #endif