From 420b91db29485df39fd6e724e782c449158811cb Mon Sep 17 00:00:00 2001 From: James Cook Date: Tue, 2 Jan 2007 08:33:20 +0000 Subject: Print done when done. --- indra/llcommon/u64.h | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 indra/llcommon/u64.h (limited to 'indra/llcommon/u64.h') diff --git a/indra/llcommon/u64.h b/indra/llcommon/u64.h new file mode 100644 index 0000000000..e659be189f --- /dev/null +++ b/indra/llcommon/u64.h @@ -0,0 +1,19 @@ +/** + * @file u64.h + * @brief Utilities to deal with U64s. + * + * Copyright (c) 2001-$CurrentYear$, Linden Research, Inc. + * $License$ + */ + +#ifndef LL_U64_H +#define LL_U64_H + +U64 str_to_U64(const char* str); +char* U64_to_str(U64 value, char* result, S32 result_size); + +F64 U64_to_F64(const U64 value); + +U64 llstrtou64(const char* str, char** end, S32 base); + +#endif -- cgit v1.2.3