Go to the documentation of this file.
13 #ifndef STXXL_MSVC_COMPATIBILITY_HEADER
14 #define STXXL_MSVC_COMPATIBILITY_HEADER
22 inline double log2(
double x)
24 return (log(x) / log(2.));
28 #define snprintf _snprintf
31 #define strtoll _strtoi64
34 #define strtoull _strtoui64
38 #endif // !STXXL_MSVC_COMPATIBILITY_HEADER