1 #ifndef HAWKTRACER_SYSTEM_INFO_H 2 #define HAWKTRACER_SYSTEM_INFO_H #define HT_API
Defines a directive for exporting/importing symbols from DLL.
Definition: macros.h:76
#define HT_DECLS_END
Defines an end of C linkage block.
Definition: macros.h:17
HT_DECLS_BEGIN HT_API HT_Endianness ht_system_info_get_endianness(void)
Gets the endianness of the system.
#define HT_DECLS_BEGIN
Defines a beginning of C linkage block.
Definition: macros.h:16
HT_Endianness
Defines supported byte ordering.
Definition: base_types.h:87