SYSmemstrcpy

Top  Previous  Next

Sign chain copy.

With this routine an arbitrarily sign chain is copied in a structure for arbitrarily long sign chains. Additional memory is automatically requested.

Parametre

mem (MEMMERKER *) [IN / OUT]

In mem a copy from str is generated. Memory is automatically requested.

str (char *) [IN]

The sign chain str is copied after mem.

Result

---

Declaration

#include "basic.h"

 

void DLLENTRY SYSmemstrcpy (

MEMMERKER * mem,

char * str

);

Related functions

SYSmemMerkerAssertFree

SYSmemMerkerMake

SYSmemMerkerRemove

SYSmemstrcat

SYSmemstrlen