apr_strings.c

char* apr_pstrdup ( apr_pool_t p,
    const char *  s  
  )

duplicate a string into memory allocated out of a pool

Parameters:
  p  The pool to allocate out of
  s  The string to duplicate
Returns:
The new string

 

你可能感兴趣的:(C++,c,C#)