~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/my_strtoll10.c

Replaced long long with int64_t.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
  DESCRIPTION
41
41
    This function takes the decimal representation of integer number
42
42
    from string nptr and converts it to an signed or unsigned
43
 
    long long integer value.
 
43
    int64_t value.
44
44
    Space characters and tab are ignored.
45
45
    A sign character might precede the digit characters. The number
46
46
    may have any number of pre-zero digits.