~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/longlong2str.c

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
        itoa assumes that 10 -base numbers are allways signed and other arn't.
38
38
*/
39
39
 
40
 
#include <my_global.h>
41
40
#include "m_string.h"
42
41
 
43
42
#if !defined(int64_t2str) && !defined(HAVE_LONGLONG2STR)