retdec
system.h
Go to the documentation of this file.
1 
7 #ifndef RETDEC_UTILS_SYSTEM_H
8 #define RETDEC_UTILS_SYSTEM_H
9 
10 namespace retdec {
11 namespace utils {
12 
13 bool isLittleEndian();
14 
15 bool systemHasLongDouble();
16 
17 } // namespace utils
18 } // namespace retdec
19 
20 #endif
bool systemHasLongDouble()
Finds out if the runtime system supports long double (at least 10 bytes long).
Definition: system.cpp:28
bool isLittleEndian()
Finds out if the runtime architecture is little endian.
Definition: system.cpp:16
Definition: archive_wrapper.h:19