summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/strtoll.c
blob: 6acb8ff84d97b213d4dd61862619736702217b7f (plain)
1
2
3
4
5
6
7
8
9
10
11
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB 
This file is public domain and comes with NO WARRANTY of any kind */

/* This is defines strtoll() if neaded */

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