src/ucx/string.h

changeset 322
fd21d1840dff
parent 321
9af21a50b516
child 325
a3e63cb21e20
equal deleted inserted replaced
321:9af21a50b516 322:fd21d1840dff
197 #else /* no generics and no builtins */ 197 #else /* no generics and no builtins */
198 198
199 /** 199 /**
200 * Converts a UCX string to an immutable UCX string (scstr_t). 200 * Converts a UCX string to an immutable UCX string (scstr_t).
201 * 201 *
202 * This internal function (ab)uses the C standard an expects one single 202 * This <b>internal</b> function (ab)uses the C standard an expects one single
203 * argument which is then implicitly converted to scstr_t without a warning. 203 * argument which is then implicitly converted to scstr_t without a warning.
204 *
205 * <b>Do not use this function manually.</b>
204 * 206 *
205 * @return the an immutable version of the provided string 207 * @return the an immutable version of the provided string
206 */ 208 */
207 scstr_t ucx_ss2c_s(); 209 scstr_t ucx_ss2c_s();
208 210

mercurial