89 SUBCASE (
"max int32 or min int32") {
137 for (
int i= 1; i < 10; i++) {
161 for (
int i= 1; i < 10; i++) {
182 for (
int i= 1; i < 10; i++) {
The list class represents a linked list.
void string_eq(string left, string right)
string binary_to_hexadecimal(string bin)
Converts a binary stream to its hexadecimal represention.
string uint32_to_Hex(uint32_t i)
Converts an unsigned integer to a hexadecimal string.
string to_hanzi(int32_t nr)
Generates a Chinese numeral for a given integer.
string to_roman(int32_t nr)
Generates a Roman numeral string for an integer.
string as_hexadecimal(int i, int len)
Converts an unsigned integer to a hexadecimal string with a fixed length.
string to_padded_hex(uint8_t i)
Converts an 8-bit unsigned integer to a fixed-length (2) hex string.
TEST_CASE("test for operator+= and advance()")
string as_string(int16_t i)