home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / window / winclip / misc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-02-03  |  392 b   |  20 lines

  1. /*** MISC.H ***/
  2.  
  3. /* Written By P.A. McKenzie 
  4.  * The C Window Library
  5.  * Copyright (C) 1990   All Rights Reserved
  6. */
  7. #ifndef WNULLFN
  8.   #define WNULLFN   ((WPOINTER (*)()) 0)
  9. #endif
  10. #ifndef VWNULLFN
  11.   #define VWNULLFN  ((VWPOINTER (*)()) 0)
  12. #endif
  13. #ifndef NULLFN
  14.   #define NULLFN    ((int (*)()) 0)
  15. #endif
  16.  
  17. #ifndef VOIDNULLFN
  18.   #define VOIDNULLFN  ((void (*)()) 0)
  19. #endif
  20.