u64.h

Go to the documentation of this file.
00001 
00032 #ifndef LL_U64_H
00033 #define LL_U64_H
00034 
00035 U64 str_to_U64(const char* str);
00036 char* U64_to_str(U64 value, char* result, S32 result_size);
00037 
00038 F64 U64_to_F64(const U64 value);
00039 
00040 U64 llstrtou64(const char* str, char** end, S32 base);
00041 
00042 #endif

Generated on Thu Jul 1 06:09:59 2010 for Second Life Viewer by  doxygen 1.4.7