sys_bufcopy
Previous Topic  Next Topic 

Synopsis:

        sys_bufcopy(buf_dest,buf_source)

Arguments:

      buf_dest           -  The destination buffer handle

      buf_source       -  The source buffer handle



Description:    This function copies the entire contents of the buffer specified by buf_source into the buffer specified by buf_dest


Return Value:


Will return 0 on success or -1 if an invalid handle is given.