ucx/string.h

changeset 123
7fb0f74517c5
parent 119
baa839a7633f
child 125
fca8efb122de
     1.1 --- a/ucx/string.h	Mon Jul 22 11:53:39 2013 +0200
     1.2 +++ b/ucx/string.h	Mon Jul 22 13:45:49 2013 +0200
     1.3 @@ -142,14 +142,14 @@
     1.4   *       <code>mystring.ptr[mystring.length]='\0'</code> after calling this
     1.5   *       function</li>
     1.6   * </ul>
     1.7 -  *
     1.8 + *
     1.9 + * @param dest    new sstr_t with capacity information and allocated memory
    1.10   * @param count   the total number of strings to concatenate
    1.11 - * @param dest    new sstr_t with capacity information and allocated memory
    1.12   * @param src     the first string
    1.13   * @param ...     all other strings
    1.14   * @return the argument for <code>dest</code> is returned
    1.15   */
    1.16 -sstr_t sstrncat(size_t count, sstr_t dest, sstr_t src, ...);
    1.17 +sstr_t sstrncat(sstr_t dest, size_t count, sstr_t src, ...);
    1.18  
    1.19  
    1.20  /**

mercurial