Annotation of 43BSDTahoe/new/dipress/src/bin/stackres/error.c, revision 1.1

1.1     ! root        1: /*
        !             2:  * (c) Copyright 1984, 1985, 1986 Xerox Corporation
        !             3:  *
        !             4:  * Print out an error string and then die.
        !             5:  *
        !             6:  */
        !             7: 
        !             8: #include <stdio.h>
        !             9: 
        !            10: /*VARARGS*/
        !            11: error(string, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10)
        !            12:   char *string;
        !            13:   int a1, a2, a3, a4, a5, a6, a7, a8, a9, a10;
        !            14:   {
        !            15:   fprintf(stderr, string, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10);
        !            16:   exit(2);
        !            17:   }

unix.superglobalmegacorp.com

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