home *** CD-ROM | disk | FTP | other *** search
- /* stddef.h
-
- Definitions for common types, and NULL
-
- */
-
- /*
- * C/C++ Run Time Library - Version 10.0
- *
- * Copyright (c) 1987, 2000 by Inprise Corporation
- * All Rights Reserved.
- *
- */
-
- /* $Revision: 9.2 $ */
-
- #ifndef __STDDEF_H
- #define __STDDEF_H
- #define _INC_STDDEF /* MSC Guard name */
-
- /* All the work is done in _stddef.h, so that it may be included in the other
- standard C headers */
-
- #if !defined(___STDDEF_H)
- #include <_stddef.h>
- #endif
-
- #endif /* __STDDEF_H */
-