Function nstd_sys::string::nstd_string_from_i16
source · #[no_mangle]
pub extern "C" fn nstd_string_from_i16(
v: NSTDInt16
) -> NSTDString<'static>Available on crate feature
string only.Expand description
Creates a new NSTDString from an NSTDInt16.
Parameters:
NSTDInt16 v- The 16-bit signed integer value.
Returns
NSTDString string - The 16-bit signed integer value as a string.