summaryrefslogtreecommitdiff
path: root/ext/mysql/libmysql/strtoll.c
blob: 4dde6e4e8770e35e976b329fb1800f94cc2102a6 (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 LONGLONG
#include "strto.c"
#endif