Annotation of 43BSD/contrib/X/xwm/Error.c, revision 1.1

1.1     ! root        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: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.