retdec
include
retdec
utils
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
retdec::utils::systemHasLongDouble
bool systemHasLongDouble()
Finds out if the runtime system supports long double (at least 10 bytes long).
Definition:
system.cpp:28
retdec::utils::isLittleEndian
bool isLittleEndian()
Finds out if the runtime architecture is little endian.
Definition:
system.cpp:16
retdec
Definition:
archive_wrapper.h:19
utils
Generated on Tue Aug 8 2023 10:45:49 for retdec by
1.9.1