Skip to main content

SetBooleanSignedChar

Function SetBooleanSignedChar 

Source
pub unsafe extern "C" fn SetBooleanSignedChar(
    boolptr: *mut c_schar,
    str_: *mut c_char,
) -> c_schar
Expand description

Sets the value of a signed character based on the string argument passed.

Returns TRUE if the string was not a valid value, FALSE otherwise.