retdec
Namespaces | Functions
system.cpp File Reference

Implementation of the portable system utilities. More...

#include "retdec/utils/os.h"
#include "retdec/utils/system.h"

Namespaces

 retdec
 
 retdec::utils
 

Functions

bool retdec::utils::isLittleEndian ()
 Finds out if the runtime architecture is little endian. More...
 
bool retdec::utils::systemHasLongDouble ()
 Finds out if the runtime system supports long double (at least 10 bytes long). More...
 

Detailed Description

Implementation of the portable system utilities.