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

Translate a string into a integer.

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

References RETVAL_FAILED, RETVAL_SUCCEEDED, and scim_bridge_perrorln().