home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / stddef.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  527 b   |  28 lines

  1. /*  stddef.h
  2.  
  3.     Definitions for common types, and NULL
  4.  
  5. */
  6.  
  7. /*
  8.  *      C/C++ Run Time Library - Version 9.0
  9.  *
  10.  *      Copyright (c) 1987, 1998 by Borland International
  11.  *      All Rights Reserved.
  12.  *
  13.  */
  14. /* $Revision:   9.2  $ */
  15.  
  16. #ifndef __STDDEF_H
  17. #define __STDDEF_H
  18. #define _INC_STDDEF  /* MSC Guard name */
  19.  
  20. /*  All the work is done in _stddef.h, so that it may be included in the other
  21.     standard C headers */
  22.  
  23. #if !defined(___STDDEF_H)
  24. #include <_stddef.h>
  25. #endif
  26.  
  27. #endif /* __STDDEF_H */
  28.