home *** CD-ROM | disk | FTP | other *** search
- /*** MISC.H ***/
-
- /* Written By P.A. McKenzie
- * The C Window Library
- * Copyright (C) 1990 All Rights Reserved
- */
- #ifndef WNULLFN
- #define WNULLFN ((WPOINTER (*)()) 0)
- #endif
- #ifndef VWNULLFN
- #define VWNULLFN ((VWPOINTER (*)()) 0)
- #endif
- #ifndef NULLFN
- #define NULLFN ((int (*)()) 0)
- #endif
-
- #ifndef VOIDNULLFN
- #define VOIDNULLFN ((void (*)()) 0)
- #endif