Go to the source code of this file.
◆ TEST() [1/4]
Definition at line 142 of file itoatest.cpp.
143 Verify(u32toa_naive,
u32toa);
char * u32toa(uint32_t value, char *buffer)
◆ TEST() [2/4]
Definition at line 146 of file itoatest.cpp.
147 Verify(i32toa_naive,
i32toa);
char * i32toa(int32_t value, char *buffer)
◆ TEST() [3/4]
Definition at line 150 of file itoatest.cpp.
151 Verify(u64toa_naive,
u64toa);
char * u64toa(uint64_t value, char *buffer)
◆ TEST() [4/4]
Definition at line 154 of file itoatest.cpp.
155 Verify(i64toa_naive,
i64toa);
char * i64toa(int64_t value, char *buffer)