~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/strtoll.c

Merged build changes from Antony.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
   for 'strtoll()' but no implementation, see "6.1 New C99 library functions" 
25
25
   in file '/usr/share/doclib/cc.dtk/release_notes.txt'.
26
26
 */
27
 
#include <my_global.h>
28
27
#include <m_string.h>
29
28
 
30
29
#if !defined(HAVE_STRTOLL)