Sign in
opensecura
/
3p
/
cheriot-rtos
/
refs/heads/master
/
.
/
sdk
/
include
/
limits.h
blob: 38fdaa7da9caa4d46a2b50fc61d4270ce8f3c5d0 [
file
] [
log
] [
blame
] [
edit
]
// Copyright Microsoft and CHERIoT Contributors.
// SPDX-License-Identifier: MIT
#pragma
once
#define
INT_MIN
(-
INT_MAX
-
1
)
#define
INT_MAX __INT_MAX__
#define
UINT_MAX __UINT32_MAX__