eBUS SDK v6.2.8.5877 API
12 #if ( _MSC_VER < 1600 || defined _INTSAFE_H_INCLUDED_ ) 16 typedef signed char int8_t;
17 typedef short int16_t;
19 typedef __int64 int64_t;
21 typedef unsigned char uint8_t;
22 typedef unsigned short uint16_t;
23 typedef unsigned int uint32_t;
24 typedef unsigned __int64 uint64_t;
26 #if ( defined _WIN64 || defined __LP64__ || defined _LP64 ) 27 typedef unsigned __int64 uintptr_t;
28 typedef __int64 intptr_t;
30 typedef unsigned int uintptr_t;
Copyright (c) 2002-2021 Pleora Technologies Inc.
www.pleora.com