#ifndef HEADER_TRANS #define HEADER_TRANS #include "input.h" unsigned char * encode(unsigned char *op, int np); unsigned char * decode(unsigned char *sp, int *np); #endif