home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / SASC6574.LZX / include / sys / commnull.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-04-04  |  490 b   |  14 lines

  1. /* Copyright (c) 1993 SAS Institute, Inc., Cary, NC USA */
  2. /* All Rights Reserved */
  3.  
  4. /* This header file contains common preprocessor symbol   */
  5. /* definitions that were previously duplicated throughout */
  6. /* the header files. Those definitions were moved here    */
  7. /* and replaced with a #include of this header file.      */
  8. /* This was done to purify the header files for GST       */
  9. /* processing.                                            */
  10.  
  11. #ifndef NULL
  12. #define NULL  0L
  13. #endif
  14.