ScaMaC  0.8.2
A Scalable Matrix Collection
Functions
scamac_aux.h File Reference

... More...

#include "scamac_inttypes.h"
#include <stdbool.h>
#include <inttypes.h>

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)
 

Detailed Description

...

Author
Andreas Alvermann (University of Greifswald)
Date
October 2017 — today

Function Documentation

◆ scamac_print_int64_abbr()

void scamac_print_int64_abbr ( int64_t  i,
char *  str 
)

str: at least char[5]

◆ scamac_print_int64_nicely()

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]