Jungo WinDriver
Official Documentation
wd_types.h
Go to the documentation of this file.
1
#ifndef _WD_TYPES_H_
2
#define _WD_TYPES_H_
3
4
#if defined(__cplusplus)
5
extern
"C"
{
6
#endif
7
8
typedef
unsigned
char
u8
;
9
typedef
unsigned
short
u16
;
10
typedef
unsigned
int
u32
;
11
12
#if defined(WINNT)
13
typedef
unsigned
__int64
u64
;
14
#else
15
typedef
unsigned
long
long
u64
;
16
#endif
17
18
#if defined(__cplusplus)
19
}
20
#endif
21
22
#endif
/* _WD_TYPES_H_ */
23
u32
unsigned int u32
Definition:
wd_types.h:10
u16
unsigned short u16
Definition:
wd_types.h:9
u64
unsigned long long u64
Definition:
wd_types.h:15
u8
unsigned char u8
Definition:
wd_types.h:8
include
wd_types.h
Generated by
1.9.7