Multiple Header Types and Macros

Some functions, macros, variables and types may be found in more that one or two standard headers. These are listed below.

Null Macro

Description

The value of a null pointer constant.

Include

<locale.h>

<stddef.h>

<stdio.h>

<stdlib.h>

<string.h>

<time.h>

size_t Type

Description

The result type of the sizeof operator.

Include

<stddef.h>

<stdio.h>

<stdlib.h>

<string.h>

<time.h>