Go to the source code of this file.
#define COMMON_DOUBLE_FORMAT |
( |
|
Format | ) |
|
#define COMMON_DOUBLE_FORMAT |
( |
|
Format | ) |
|
#define COMMON_DOUBLE_FORMAT |
( |
|
Format | ) |
|
#define COMMON_INTEGER_FORMAT |
( |
|
Input, |
|
|
|
Format |
|
) |
| |
#define COMMON_INTEGER_FORMAT |
( |
|
Input, |
|
|
|
Format |
|
) |
| |
#define COMMON_INTEGER_FORMAT |
( |
|
Input, |
|
|
|
Format |
|
) |
| |
#define PROCESS_DIGIT |
( |
|
Input | ) |
|
Value:do { \
r = (ULONG)(Input % radix); \
Input /= radix; \
*temp-- = integerToChar[r]; \
tempCount++; \
} while (0)
#define PROCESS_DIGIT |
( |
|
Input | ) |
|
Value:do { \
r = (ULONG)(Input % radix); \
Input /= radix; \
*temp-- = integerToChar[r]; \
tempCount++; \
} while (0)
#define PROCESS_DIGIT |
( |
|
Input | ) |
|
Value:do { \
r = (ULONG)(Input % radix); \
Input /= radix; \
*temp-- = integerToChar[r]; \
tempCount++; \
} while (0)