MySQL 9.1.0
Source Code Documentation
|
Macros | |
#define | MAX_NEGATIVE_NUMBER ((unsigned long long)0x8000000000000000LL) |
#define | INIT_CNT 9 |
#define | LFACTOR 1000000000ULL |
#define | LFACTOR1 10000000000ULL |
#define | LFACTOR2 100000000000ULL |
Functions | |
long long | my_strtoll10 (const char *nptr, const char **endptr, int *error) |
Variables | |
static unsigned long | lfactor [9] |
#define INIT_CNT 9 |
#define LFACTOR 1000000000ULL |
#define LFACTOR1 10000000000ULL |
#define LFACTOR2 100000000000ULL |
#define MAX_NEGATIVE_NUMBER ((unsigned long long)0x8000000000000000LL) |
long long my_strtoll10 | ( | const char * | nptr, |
const char ** | endptr, | ||
int * | error | ||
) |
|
static |