// -*- C++ -*-//===--------------------------- climits ----------------------------------===////// The LLVM Compiler Infrastructure//// This file is dual licensed under the MIT and the University of Illinois Open// Source Licenses. See LICENSE.TXT for details.////===----------------------------------------------------------------------===//#ifndef _LIBCPP_CLIMITS#define _LIBCPP_CLIMITS/*climits synopsisMacros:CHAR_BITSCHAR_MINSCHAR_MAXUCHAR_MAXCHAR_MINCHAR_MAXMB_LEN_MAXSHRT_MINSHRT_MAXUSHRT_MAXINT_MININT_MAXUINT_MAXLONG_MINLONG_MAXULONG_MAXLLONG_MIN // C99LLONG_MAX // C99ULLONG_MAX // C99*/#include <__config>#include <limits.h>#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)#pragma GCC system_header#endif#endif // _LIBCPP_CLIMITS