![]() |
MySQL 8.0.44
Source Code Documentation
|
#include <limits.h>#include <sys/types.h>#include "m_string.h"#include "my_inttypes.h"#include "my_sys.h"Macros | |
| #define | MAX_NEGATIVE_NUMBER ((ulonglong)0x8000000000000000LL) |
| #define | INIT_CNT 9 |
| #define | LFACTOR 1000000000ULL |
| #define | LFACTOR1 10000000000ULL |
| #define | LFACTOR2 100000000000ULL |
Functions | |
| longlong | 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 ((ulonglong)0x8000000000000000LL) |
| longlong my_strtoll10 | ( | const char * | nptr, |
| const char ** | endptr, | ||
| int * | error | ||
| ) |
|
static |