C examples for time.h:NULL
macro
<cstddef> <cstdlib> <cstring> <cwchar> <ctime> <clocale> <cstdio>
Null pointer
#include <stdio.h> #include <time.h> int main ()/* w ww.j a va 2 s. c om*/ { printf ("%d\n", NULL); return 0; }