6.23.4 NULL Macro

A constant value which represent a null pointer constant. It's value and type is implementation defined.

Include

<locale.h>

<stddef.h>

<stdio.h>

<stdlib.h>

<string.h>

<time.h>

<wchar.h>

Definition

#define NULL ((void*)0)