src/ucx/string.h

changeset 322
fd21d1840dff
parent 321
9af21a50b516
child 325
a3e63cb21e20
     1.1 --- a/src/ucx/string.h	Wed May 16 19:27:45 2018 +0200
     1.2 +++ b/src/ucx/string.h	Wed May 16 19:33:31 2018 +0200
     1.3 @@ -199,9 +199,11 @@
     1.4  /**
     1.5   * Converts a UCX string to an immutable UCX string (scstr_t).
     1.6   * 
     1.7 - * This internal function (ab)uses the C standard an expects one single
     1.8 + * This <b>internal</b> function (ab)uses the C standard an expects one single
     1.9   * argument which is then implicitly converted to scstr_t without a warning.
    1.10   * 
    1.11 + * <b>Do not use this function manually.</b>
    1.12 + * 
    1.13   * @return the an immutable version of the provided string
    1.14   */
    1.15  scstr_t ucx_ss2c_s();

mercurial