Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 981 Bytes

File metadata and controls

34 lines (26 loc) · 981 Bytes
title <cctype> | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-standard-libraries
ms.topic reference
f1_keywords
<cctype>
dev_langs
C++
helpviewer_keywords
cctype header
ms.assetid 3fd18bfd-c414-4def-bac1-c362e1fe8b71
author corob-msft
ms.author corob
ms.workload
cplusplus

<cctype>

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

Syntax

#include <cctype>

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