aboutsummaryrefslogtreecommitdiffstats
path: root/epan/g_ascii_strtoull.h
AgeCommit message (Collapse)AuthorFilesLines
2004-09-03Some UN*Xes don't have any "strtou*" routine to convert a string to aGuy Harris1-0/+15
64-bit integer; use "g_ascii_strtoull()", and, in the configure script, check whether it's available in GLib (it's not in GLib 1.2[.x]) and, if not, supply the GLib 2.4.5 version of the routine. For G_MAXUINT32 and G_MAXUINT64, put a "U" at the end of the constant to explicitly flag it as unsigned. svn path=/trunk/; revision=11889