u64.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_U64_H
00033 #define LL_U64_H
00034 
00041 U64 str_to_U64(const char* str);
00042 
00060 char* U64_to_str(U64 value, char* result, S32 result_size);
00061 
00065 F64 U64_to_F64(const U64 value);
00066 
00070 U64 llstrtou64(const char* str, char** end, S32 base);
00071 
00072 #endif

Generated on Fri May 16 08:32:10 2008 for SecondLife by  doxygen 1.5.5