1: #include <X/mit-copyright.h>
   2: 
   3: /* Copyright    Massachusetts Institute of Technology    1985	*/
   4: 
   5: /*
   6:  * 	Error - Default non-fatal xwm error reporting routine.  Called when
   7:  * 	an random xwm error is encountered.
   8:  *
   9:  */
  10: #ifndef lint
  11: static char *rcsid_Error_c = "$Header: Error.c,v 10.3 86/02/01 16:09:23 tony Rel $";
  12: #endif
  13: 
  14: #include "xwm.h"
  15: 
  16: Error(string)
  17:     char *string;   /* Error description string. */
  18: {
  19:     fprintf(stderr, "\nxwm: %s", string);
  20:     fprintf(stderr, "\n\n");
  21:     exit(1);
  22: }

Defined functions

Defined variables

rcsid_Error_c defined in line 11; never used
Last modified: 1986-02-01
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 792
Valid CSS Valid XHTML 1.0 Strict