v/vlib/strconv
Daniel Däschle 54bbc00493
fmt: remove space in front of ? and ! (#14366)
2022-05-13 10:10:39 +02:00
..
bare builtin: use dlmalloc for `-freestanding` (#13054) 2022-01-06 14:10:37 +02:00
README.md docs: adding skeleton README.md files for all vlib modules (#13034) 2022-01-05 18:06:08 +02:00
atof.c.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
atof.js.v strconv: change atof64 to return an error, if the parsed value is not a valid number (#13424) 2022-02-10 13:27:32 +02:00
atof_test.v strconv: change atof64 to return an error, if the parsed value is not a valid number (#13424) 2022-02-10 13:27:32 +02:00
atofq.c.v
atoi.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
atoi_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 10:10:39 +02:00
f32_f64_to_string_test.v
f32_str.c.v strconv: add missing doc strings (#14164) 2022-04-27 21:07:10 +02:00
f32_str.js.v
f64_str.c.v strconv: add missing doc strings (#14164) 2022-04-27 21:07:10 +02:00
f64_str.js.v all: replace []byte with []u8 2022-04-17 12:14:28 +02:00
f64_str.v
format.md
format.v strconv: add missing doc strings (#14164) 2022-04-27 21:07:10 +02:00
format_mem.c.v strconv: add missing doc strings (#14164) 2022-04-27 21:07:10 +02:00
format_mem.js.v all: ~500 more byte=>u8 2022-04-17 12:14:29 +02:00
format_test.v all: byte => u8 2022-04-17 12:14:27 +02:00
ftoa.c.v strconv: add missing doc strings (#14164) 2022-04-27 21:07:10 +02:00
number_to_base.c.v
number_to_base_test.v
structs.v
tables.v
utilities.c.v strconv: add missing doc strings (#14164) 2022-04-27 21:07:10 +02:00
utilities.v
vprintf.c.v strconv: add missing doc strings (#14164) 2022-04-27 21:07:10 +02:00

README.md

Description:

strconv provides functions for converting strings to numbers and numbers to strings.