Syntax
#include "slapi-plugin.h" char * slapi_ch_strdup( char *s ); Parameters
#include "slapi-plugin.h" char * slapi_ch_strdup( char *s );
The function has the following parameters:
s
Returns
Pointer to a copy of the string. If space cannot be allocated (for example, if no more virtual memory exists), the slapd program terminates.