Function anj_int64_to_string_value
Defined in File utils.h
Function Documentation
-
size_t anj_int64_to_string_value(char *out_buff, int64_t value)
Convert an
int64_tto 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.