Sign in
opensecura
/
3p
/
cheriot-rtos
/
3e1689b5d1ff985e96c0b590f88e6a71d2117eb7
/
.
/
sdk
/
include
/
limits.h
blob: 38fdaa7da9caa4d46a2b50fc61d4270ce8f3c5d0 [
file
]
// 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__