Function nstd::string::nstd_string_pop
source · [−]#[no_mangle]
pub unsafe extern "C" fn nstd_string_pop(
string: &mut NSTDString
) -> NSTDUnicharExpand description
Removes an NSTDUnichar from the end of an NSTDString.
Parameters
NSTDString *const string- The string.
Returns
NSTDUnichar chr - The unichar that was popped off the string, fill char on error.