Added <num>_to_str functions

This commit is contained in:
Maieul BOYER 2024-07-16 19:38:27 +02:00
parent aafd056f49
commit 698d1088e2
No known key found for this signature in database
21 changed files with 963 additions and 60 deletions

View file

@ -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