summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/strtoull.c
blob: fbb23e0f2053f1d252246d7bada1ae1b33230024 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* Copyright (C) 1996  TCX DataKonsult AB & Monty Program KB & Detron HB
   For a more info consult the file COPYRIGHT distributed with this file */

/* This is defines strtoull() */

#include <global.h>
#include <m_string.h>
#if !defined(HAVE_STRTOULL) && defined(HAVE_LONG_LONG)
#define UNSIGNED
#define LONGLONG
#include "strto.c"
#endif