home *** CD-ROM | disk | FTP | other *** search
/ Supercompiler 1997 / SUPERCOMPILER97.iso / MS_VC.50 / VC / INCLUDE / CSIGNAL < prev    next >
Encoding:
Text File  |  1996-11-02  |  365 b   |  17 lines

  1. // csignal standard header
  2. #ifndef _CSIGNAL_
  3. #define _CSIGNAL_
  4. #ifdef _STD_USING
  5.  #undef _STD_USING
  6.  #include <signal.h>
  7.  #define _STD_USING
  8. #else
  9.  #include <signal.h>
  10. #endif /* _STD_USING */
  11. #endif /* _CSIGNAL_ */
  12.  
  13. /*
  14.  * Copyright (c) 1994 by P.J. Plauger.  ALL RIGHTS RESERVED. 
  15.  * Consult your license regarding permissions and restrictions.
  16.  */
  17.