Function anj_int64_to_string_value

Function Documentation

size_t anj_int64_to_string_value(char *out_buff, int64_t value)

Convert an int64_t to a decimal string (without a terminating nullchar). The buffer must be at least ANJ_I64_STR_MAX_LEN bytes long.

Returns:

Number of bytes written.