tfMemCpy

Jump to: navigation, search

Table of Contents >> Programmer's Reference


#include <trsocket.h>


void tfMemCpy (
void * destination,
const void * source,
unsigned length
);


Function Description

This function is used to copy data (i.e. memcpy()).


Parameters

  • destination
    Beginning of destination.
  • source
    Beginning of source.
  • length
    Length of area to copy.


Table of Contents >> Programmer's Reference