六狼论坛's Archiver
首页
›
C
› apr_strings.c
liuzhaomin
发表于 2013-1-26 14:45:19
apr_strings.c
char* apr_pstrdup (apr_pool_t * p, const char * s )duplicate a string into memory allocated out of a pool
<div class="memdoc">Parameters: p The pool to allocate out of s The string to duplicate
页:
[1]
查看完整版本:
apr_strings.c