Tags finalization of the scstr_t integration.

Wed, 16 May 2018 19:33:31 +0200

author
Mike Becker <universe@uap-core.de>
date
Wed, 16 May 2018 19:33:31 +0200
changeset 322
fd21d1840dff
parent 321
9af21a50b516
child 323
b8c49e7a1dba

Tags finalization of the scstr_t integration.

.hgtags file | annotate | diff | comparison | revisions
src/ucx/string.h file | annotate | diff | comparison | revisions
     1.1 --- a/.hgtags	Wed May 16 19:27:45 2018 +0200
     1.2 +++ b/.hgtags	Wed May 16 19:33:31 2018 +0200
     1.3 @@ -1,3 +1,4 @@
     1.4  a6184aff5108ba849759030fc75df9f4178f6e86 v1.0
     1.5  9c1591b3c4a4b259de601d1da6cf06e7c445595d v1.0.1
     1.6  1f9237cfeb265dbb820e673fe5578fb02154766f v1.1
     1.7 +9af21a50b51618563c7f352b493b7ac11545d9e8 scstr_t-final
     2.1 --- a/src/ucx/string.h	Wed May 16 19:27:45 2018 +0200
     2.2 +++ b/src/ucx/string.h	Wed May 16 19:33:31 2018 +0200
     2.3 @@ -199,9 +199,11 @@
     2.4  /**
     2.5   * Converts a UCX string to an immutable UCX string (scstr_t).
     2.6   * 
     2.7 - * This internal function (ab)uses the C standard an expects one single
     2.8 + * This <b>internal</b> function (ab)uses the C standard an expects one single
     2.9   * argument which is then implicitly converted to scstr_t without a warning.
    2.10   * 
    2.11 + * <b>Do not use this function manually.</b>
    2.12 + * 
    2.13   * @return the an immutable version of the provided string
    2.14   */
    2.15  scstr_t ucx_ss2c_s();

mercurial