Wed, 16 May 2018 19:33:31 +0200
Tags finalization of the scstr_t integration.
.hgtags | file | annotate | diff | comparison | revisions | |
src/ucx/string.h | file | annotate | diff | comparison | revisions |
--- a/.hgtags Wed May 16 19:27:45 2018 +0200 +++ b/.hgtags Wed May 16 19:33:31 2018 +0200 @@ -1,3 +1,4 @@ a6184aff5108ba849759030fc75df9f4178f6e86 v1.0 9c1591b3c4a4b259de601d1da6cf06e7c445595d v1.0.1 1f9237cfeb265dbb820e673fe5578fb02154766f v1.1 +9af21a50b51618563c7f352b493b7ac11545d9e8 scstr_t-final
--- a/src/ucx/string.h Wed May 16 19:27:45 2018 +0200 +++ b/src/ucx/string.h Wed May 16 19:33:31 2018 +0200 @@ -199,9 +199,11 @@ /** * Converts a UCX string to an immutable UCX string (scstr_t). * - * This internal function (ab)uses the C standard an expects one single + * This <b>internal</b> function (ab)uses the C standard an expects one single * argument which is then implicitly converted to scstr_t without a warning. * + * <b>Do not use this function manually.</b> + * * @return the an immutable version of the provided string */ scstr_t ucx_ss2c_s();