silc_strncat

SYNOPSIS

    char *silc_strncat(char *dest, SilcUInt32 dest_size,
                       const char *src, SilcUInt32 src_len);

DESCRIPTION

Concatenates the `src' into `dest'. If `src_len' is more than the size of the `dest' (minus NULL at the end) the `src' will be truncated to fit.