N
NULL
#include <stdio.h>
#include <stdlib.h>
#include <stddef.h>
#include <string.h>
#include <locale.h>
stand-alone
NULL is a macro defined in several header files. It may be used as a null pointer value of any type, such as (char *)0 or (int *)0, for example.