Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ <cstdio>

Media Vault

Software Library

Restoration Projects

Artifacts Sought

<cstdio>

[Previous] [Contents] [Next]

<cstdio>


Include the standard header <cstdio> to define the macros traditionally defined in the Standard C library header <stdio.h>. Including this header also ensures that the names declared with external linkage in the Standard C library header are declared in the std namespace. In this implementation, the names may or may not also be declared in the global namespace, depending on the specific translation environment.

#if <TRADITIONAL C HEADERS>
    #include <stdio.h>
#endif

See also the Table of Contents and the Index.

Copyright © 1992-2002 by P.J. Plauger. All rights reserved.

[Previous] [Contents] [Next]

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026