Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 818 Bytes

cstdio.md

File metadata and controls

27 lines (20 loc) · 818 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: <cstdio>
<cstdio>
11/04/2016
<cstdio>
cstdio header
838ca50b-dea5-4ee3-a39c-e7c23a6ee016

<cstdio>

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

Syntax

#include <cstdio>

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