aboutsummaryrefslogtreecommitdiffstats
path: root/epan/g_ascii_strtoull.h
blob: dc24df093611432d6b806c9f3b32f7d3aca3c898 (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 __ETHEREAL_G_ASCII_STRTOULL_H__
#define __ETHEREAL_G_ASCII_STRTOULL_H__

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

#endif