C examples for locale.h:NULL
macro
<cstddef> <cstdlib> <cstring> <cwchar> <ctime> <clocale> <cstdio>
Null pointer
#include <stdio.h> #include <locale.h> int main ()/*from w ww . java2s.co m*/ { printf ("%d\n", NULL); return 0; }