// climits standard header -*-c++-*-
// Copyright 2009-2017 IAR Systems AB.
#ifndef _CLIMITS_
#define _CLIMITS_

#ifndef _SYSTEM_BUILD
  #pragma system_include
#endif

#include <limits.h>
#endif /* _CLIMITS_ */

namespace std {
  #if __AEABI_PORTABILITY_INTERNAL_LEVEL
    using ::__aeabi_MB_LEN_MAX;
  #endif
} /* namespace std */

/*
 * Copyright (c) by P.J. Plauger. All rights reserved.
 * Consult your license regarding permissions and restrictions.
V6.50:0576 */
