In file No file:

int mixMemCat ( char *one, int oneLen, char *two, int twoLen, char **result)

Join two memory areas into one

Documentation

Join two memory areas into one. Allocates memmory and copies the two regions in it.
Returns:
allocated memory that contains copies of the two regions
Parameters:
one - first region of memory
oneLen - its length
two - second memory region
twoLe - its lengthn
Author:
Pechy
See Also:
MessageCreator, Cipherer, Translator

alphabetic index hierarchy of classes


generated by doc++