man byte_copy () - copy a string
NAME
byte_copy - copy a string
SYNTAX
#include <byte.h>
void byte_copy(char *out,unsigned long len,const char *in);
DESCRIPTION
byte_copy copies in[0] to out[0], in[1] to out[1], etc., and finally in[len-1] to out[len-1].