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');
void GetStringFromInteger(int, char *, int)
#define _MAX_STRING_SIZE_
Some basic definitions and macros.
Some common functions used here and there.