Added <num>_to_str functions
This commit is contained in:
parent
aafd056f49
commit
698d1088e2
21 changed files with 963 additions and 60 deletions
|
|
@ -1,3 +1,7 @@
|
|||
convert/i16_to_str
|
||||
convert/i32_to_str
|
||||
convert/i64_to_str
|
||||
convert/i8_to_str
|
||||
convert/str_to_i16
|
||||
convert/str_to_i16_utils
|
||||
convert/str_to_i32
|
||||
|
|
@ -14,6 +18,10 @@ convert/str_to_u64
|
|||
convert/str_to_u64_utils
|
||||
convert/str_to_u8
|
||||
convert/str_to_u8_utils
|
||||
convert/u16_to_str
|
||||
convert/u32_to_str
|
||||
convert/u64_to_str
|
||||
convert/u8_to_str
|
||||
vec/buf_str/buf_str
|
||||
vec/buf_str/buf_str_functions2
|
||||
vec/buf_str/buf_str_functions3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue