nstd_string_from_int

Function nstd_string_from_int 

Source
#[unsafe(no_mangle)]
pub extern "C" fn nstd_string_from_int( v: NSTDInt, ) -> NSTDString<'static>
Available on crate feature string only.
Expand description

Creates a new NSTDString from an NSTDInt.

§Parameters:

  • NSTDInt v - The arch-bit signed integer value.

§Returns

NSTDString string - The arch-bit signed integer value as a string.