summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/strtoll.c
blob: 3b8f9bf36830e00a80f8ef03c4b72b1d8f74a67d (plain)
1
2
3
4
5
6
7
8
9
10
11
/* 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 strtoll() if neaded */

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