Sign in
zircon-guest
/
third_party
/
linux
/
refs/heads/master
/
.
/
usr
/
dummy-include
/
limits.h
blob: 49b17c10c7b67bcb183da106ffb7b55b36cc2f96 [
file
] [
edit
]
/* SPDX-License-Identifier: GPL-2.0-only */
#ifndef
_DUMMY_LIMITS_H
#define
_DUMMY_LIMITS_H
#define
INT_MAX
((
int
)(~
0U
>>
1
))
#define
INT_MIN
(-
INT_MAX
-
1
)
#endif
/* _DUMMY_LIMITS_H */