ScaMaC
0.8.2
A Scalable Matrix Collection
|
... More...
Go to the source code of this file.
Functions | |
void | scamac_print_int64_nicely (int64_t i, char *str) |
void | scamac_print_int64_abbr (int64_t i, char *str) |
...
void scamac_print_int64_abbr | ( | int64_t | i, |
char * | str | ||
) |
str: at least char[5]
void scamac_print_int64_nicely | ( | int64_t | i, |
char * | str | ||
) |
Caveat: Considers only i>=0. If i<0, output is "----" str: at least char[30]