aboutsummaryrefslogtreecommitdiffstats
path: root/epan/g_ascii_strtoull.h
blob: 0b9c89091385df4e26b52e0e1a336664213f1bd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * $Id$
 *
 * "g_ascii_strtoull()" extracted from GLib 2.4.5, for use with GLibs
 * that don't have it (e.g., GLib 1.2[.x]).
 */

#ifndef __WIRESHARK_G_ASCII_STRTOULL_H__
#define __WIRESHARK_G_ASCII_STRTOULL_H__

extern guint64 g_ascii_strtoull (const gchar *nptr,
				 gchar      **endptr,
				 guint        base);

#endif