Files
reactos/reactos/include/internal/stddef.h
T
The ReactOS Manager 0f94427db0 Initial revision
svn path=/trunk/; revision=2
1996-01-23 01:02:17 +00:00

11 lines
98 B
C

/*
* Some useful things
*/
//#define NULL ((void*)0)
#ifndef NULL
#define NULL (0)
#endif