third_party.pigweed.src/pw_string
Wyatt Hepler 48db4d6f50 Start the pw_string module
Introduce functions for outputting numbers as strings. Unlike some
snprintf implementations, these functions support 64-bit integers. Also,
very limited floating point support is provided.

These functions are faster than snprintf and never truncate numbers.

Change-Id: Id5ae06a5d175f15403c34cddb2a077a88be47cf8
2019-11-14 16:32:39 +00:00
..
public/pw_string Start the pw_string module 2019-11-14 16:32:39 +00:00
BUILD.gn Start the pw_string module 2019-11-14 16:32:39 +00:00
type_to_string_test.cc Start the pw_string module 2019-11-14 16:32:39 +00:00
type_to_string.cc Start the pw_string module 2019-11-14 16:32:39 +00:00