Annotation of 43BSDReno/contrib/mh/sbr/adios.c, revision 1.1

1.1     ! root        1: /* adios.c - print out error message and exit */
        !             2: 
        !             3: #include "../h/mh.h"
        !             4: 
        !             5: 
        !             6: /* VARARGS2 */
        !             7: 
        !             8: void adios (what, fmt, a, b, c, d, e, f)
        !             9: char   *what,
        !            10:        *fmt,
        !            11:        *a,
        !            12:        *b,
        !            13:        *c,
        !            14:        *d,
        !            15:        *e,
        !            16:        *f;
        !            17: {
        !            18:     advise (what, fmt, a, b, c, d, e, f);
        !            19:     done (1);
        !            20: }

unix.superglobalmegacorp.com

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