int i_CfgStrNCpy

( char** ppsz_Dest, char* psz_Src,
  size_t n_Size )

internal function

Documentation

internal function

copy 'size' characters from string 'psz_Src' to 'ppsz_Dest' allocate memory for 'ppsz_Dest'

defined in 'cfghelpers.c'

Returns:
CFGERROR_OUT_OF_MEMORY if no memory is availible
CFGERROR_OK if src is NULL
CFGERROR_OK if copy was successful

Alphabetic index



This page was generated with the help of DOC++.