TianoCore EDK2 master
Loading...
Searching...
No Matches
stdint.h File Reference
#include <CrtLibSupport.h>

Go to the source code of this file.

Typedefs

typedef INT8 int8_t
 
typedef UINT8 uint8_t
 
typedef INT16 int16_t
 
typedef UINT16 uint16_t
 
typedef INT32 int32_t
 
typedef UINT32 uint32_t
 
typedef INT64 int64_t
 
typedef UINT64 uint64_t
 
typedef UINTN uintptr_t
 

Detailed Description

Include file to support building the third-party cryptographic library.

Copyright (c) 2023, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent

Definition in file stdint.h.

Typedef Documentation

◆ int16_t

typedef INT16 int16_t

Definition at line 19 of file stdint.h.

◆ int32_t

typedef INT32 int32_t

Definition at line 21 of file stdint.h.

◆ int64_t

typedef INT64 int64_t

Definition at line 23 of file stdint.h.

◆ int8_t

typedef INT8 int8_t

Definition at line 17 of file stdint.h.

◆ uint16_t

typedef UINT16 uint16_t

Definition at line 20 of file stdint.h.

◆ uint32_t

typedef UINT32 uint32_t

Definition at line 22 of file stdint.h.

◆ uint64_t

typedef UINT64 uint64_t

Definition at line 24 of file stdint.h.

◆ uint8_t

typedef UINT8 uint8_t

Definition at line 18 of file stdint.h.

◆ uintptr_t

typedef UINTN uintptr_t

Definition at line 25 of file stdint.h.