home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- access;
- symbols
- version39-41:1.1;
- locks;
- comment @ * @;
-
-
- 1.1
- date 92.06.08.19.47.59; author mwild; state Exp;
- branches;
- next ;
-
-
- desc
- @initial checkin
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @#include <stdio.h>
- /* This is used by the `assert' macro. */
- void
- __eprintf (string, expression, line, filename)
- char *string;
- char *expression;
- int line;
- char *filename;
- {
- fprintf (stderr, string, expression, line, filename);
- fflush (stderr);
- abort ();
- }
- @
-