Int64ToString Function

Converts a 64-bit integer to a string.

int Int64ToString(const int num[2], char[] str, int maxlength)

Parameters

const int[2] num

Array containing the upper and lower 32-bits of a 64-bit integer.

char[] str

Buffer to store string in.

int maxlength

Maximum length of string buffer.

Return Value

Number of characters written to the buffer, not including the null terminator.