v/vlib/strconv
playX ec91de3504
builtin: use dlmalloc for `-freestanding` (#13054)
2022-01-06 14:10:37 +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 strconv: fix `assert .f64() == 0` 2022-01-04 17:51:48 +02:00
atof.js.v
atof_test.v
atofq.c.v
atoi.v all: update copyright year 2022-01-04 12:21:12 +03:00
atoi_test.v
f32_f64_to_string_test.v
f32_str.c.v all: update copyright year 2022-01-04 12:21:12 +03:00
f32_str.js.v
f64_str.c.v all: update copyright year 2022-01-04 12:21:12 +03:00
f64_str.js.v
f64_str.v
format.md
format.v
format_mem.c.v all: update copyright year 2022-01-04 12:21:12 +03:00
format_mem.js.v
format_test.v
ftoa.c.v all: update copyright year 2022-01-04 12:21:12 +03:00
number_to_base.c.v
number_to_base_test.v
structs.v
tables.v
utilities.c.v all: update copyright year 2022-01-04 12:21:12 +03:00
utilities.v
vprintf.c.v all: update copyright year 2022-01-04 12:21:12 +03:00

README.md

Description:

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