Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 805 Bytes

File metadata and controls

26 lines (19 loc) · 805 Bytes
title <climits>
ms.date 11/04/2016
f1_keywords
<climits>
helpviewer_keywords
climits header
ms.assetid 7ca8a539-aa45-4ac3-86e8-74513be3f07e

<climits>

Includes the Standard C library header <limits.h> and adds the associated names to the std namespace.

Syntax

#include <climits>

Remarks

Including this header ensures that the names declared using external linkage in the Standard C library header are declared in the std namespace.

See also

Header Files Reference
C++ Standard Library Overview
Thread Safety in the C++ Standard Library