home *** CD-ROM | disk | FTP | other *** search
- #if !defined (ASSERT) // To prevent multiple declarations
- #define ASSERT
-
- // ---- Library Header Files ------------------------------------------------
-
- #include <stdlib.h>
-
-
- // ---- Prototypes ----------------------------------------------------------
-
- void far assert
-
- ( int condition, // If FALSE, prg will be halted
- char huge *fctname=NULL, // Name of currently executing function
- int errorcode=0, // EasyVision internal error code
- char huge *errortext=NULL // User defined error text
- ) ;
-
-
- // ---- End Header File -----------------------------------------------------
-
- #endif
-