~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to strings/strtoull.c

  • Committer: Brian Aker
  • Date: 2008-07-13 22:45:08 UTC
  • Revision ID: brian@tangent.org-20080713224508-hb20z4okblotb39a
longlong replacement

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
/*
20
20
   These includes are mandatory because they check for type sizes and
21
21
   functions, especially they handle tricks for Tru64 where 'long' is
22
 
   64 bit already and our 'longlong' is just a 'long'.
 
22
   64 bit already and our 'int64_t' is just a 'long'.
23
23
   This solves a problem on Tru64 where the C99 compiler has a prototype
24
24
   for 'strtoull()' but no implementation, see "6.1 New C99 library functions" 
25
25
   in file '/usr/share/doclib/cc.dtk/release_notes.txt'.