22 fprintf(stderr,
"Error in GetStringFromInteger(): requested width is larger than _MAX_STRING_SIZE_.\n");
25 for (i=0; i<width; i++) {
26 char digit = (char) (a%10 +
'0');
Some common functions used here and there.
Some basic definitions and macros.
#define _MAX_STRING_SIZE_
void GetStringFromInteger(int a, char *A, int width)