Home > dev > api > name > gb.newstring 
 en fr de es nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Precedente  Successivo  Modifica  Rinomina  Undo  Search  Amministrazione  
Documentazione  
Attenzione! Questa pagina non รจ tradotta.  Vedi versione in inglese 
GB.NewString
char* GB.NewString ( const char *copy , long len );

Allocates a new string by coying an existing one.

Then return a pointer to the new string.

If len is zero, then the function assumes that copy points to a null-terminated string, and calculates its length with the strlen() function.

Vedi anche

api/cat/string