SCIMBridge  0.4.x
retval_t scim_bridge_string_to_uint ( unsigned int *  dst,
const char *  str 
)

Translate a string into an unsigned integer.

Parameters
strThe string to translate.
dstThe destination pointer of uint.
Returns
It returns RETVAL_SUCCEEDED if succeeded, otherwise it returns RETVAIL_FAILED.

References RETVAL_FAILED, RETVAL_SUCCEEDED, and scim_bridge_perrorln().