ID Chip Reader
typedef.h File Reference

Header file for typedefs and macros. More...

Go to the source code of this file.

Macros

#define CRYPTOGRAPHY_TYPEDEF_H_
 
#define TRUE   1
 
#define FALSE   0
 
#define true   1
 
#define false   0
 

Typedefs

typedef unsigned char uchar
 
typedef unsigned char u8
 
typedef unsigned char U8
 
typedef unsigned char uint8
 
typedef unsigned char uint8_t
 
typedef unsigned char UINT8
 
typedef unsigned char BYTE
 
typedef signed char s8
 
typedef signed char S8
 
typedef signed char int8
 
typedef signed char INT8
 
typedef signed char char_t
 
typedef unsigned int u16
 
typedef unsigned int uint16
 
typedef unsigned int uint16_t
 
typedef unsigned int UINT16
 
typedef unsigned int WORD
 
typedef signed int s16
 
typedef signed int S16
 
typedef signed int int16
 
typedef signed int INT16
 
typedef unsigned long uint
 
typedef unsigned long ushort
 
typedef unsigned long u32
 
typedef unsigned long U32
 
typedef unsigned long uint32
 
typedef unsigned long uint32_t
 
typedef unsigned long UINT32
 
typedef unsigned long DWORD
 
typedef signed long s32
 
typedef signed long S32
 
typedef signed long int32
 
typedef signed long INT32
 
typedef unsigned long uint64_t
 
typedef unsigned long u64
 
typedef unsigned long U64
 
typedef unsigned long uint64
 
typedef unsigned long UINT64
 
typedef signed long s64
 
typedef signed long S64
 
typedef signed long int64
 
typedef signed long INT64
 
typedef unsigned short string
 

Detailed Description

Header file for typedefs and macros.

Author
Khoa Nguyen

Macro Definition Documentation

◆ CRYPTOGRAPHY_TYPEDEF_H_

#define CRYPTOGRAPHY_TYPEDEF_H_

◆ FALSE

#define FALSE   0

◆ false

#define false   0

◆ TRUE

#define TRUE   1

◆ true

#define true   1

Typedef Documentation

◆ BYTE

typedef unsigned char BYTE

◆ char_t

typedef signed char char_t

◆ DWORD

typedef unsigned long DWORD

◆ int16

typedef signed int int16

◆ INT16

typedef signed int INT16

◆ int32

typedef signed long int32

◆ INT32

typedef signed long INT32

◆ int64

typedef signed long int64

◆ INT64

typedef signed long INT64

◆ int8

typedef signed char int8

◆ INT8

typedef signed char INT8

◆ s16

typedef signed int s16

◆ S16

typedef signed int S16

◆ s32

typedef signed long s32

◆ S32

typedef signed long S32

◆ s64

typedef signed long s64

◆ S64

typedef signed long S64

◆ S8

typedef signed char S8

◆ s8

typedef signed char s8

◆ string

typedef unsigned short string

◆ u16

typedef unsigned int u16

◆ U32

typedef unsigned long U32

◆ u32

typedef unsigned long u32

◆ u64

typedef unsigned long u64

◆ U64

typedef unsigned long U64

◆ u8

typedef unsigned char u8

◆ U8

typedef unsigned char U8

◆ uchar

typedef unsigned char uchar

◆ uint

typedef unsigned long uint

◆ UINT16

typedef unsigned int UINT16

◆ uint16

typedef unsigned int uint16

◆ uint16_t

typedef unsigned int uint16_t

◆ UINT32

typedef unsigned long UINT32

◆ uint32

typedef unsigned long uint32

◆ uint32_t

typedef unsigned long uint32_t

◆ uint64

typedef unsigned long uint64

◆ UINT64

typedef unsigned long UINT64

◆ uint64_t

typedef unsigned long uint64_t

◆ uint8

typedef unsigned char uint8

◆ UINT8

typedef unsigned char UINT8

◆ uint8_t

typedef unsigned char uint8_t

◆ ushort

typedef unsigned long ushort

◆ WORD

typedef unsigned int WORD