Annotation of coherent/d/usr/lib/scn/tracer.c, revision 1.1.1.1

1.1       root        1: /*
                      2:  * Print a trace error message and stop. exit on 'q'
                      3:  */
                      4: #include <scn.h>
                      5: 
                      6: Tracer(s)
                      7: char *s;
                      8: {
                      9:        static char buf[80];
                     10: 
                     11:        sprintf(buf, "Tracer: %r", &s);
                     12:        mvaddstr(15, 1, buf);
                     13:        refresh();
                     14:        if ('q' == getch()) {
                     15:                closeUp();
                     16:                exit(1);
                     17:        }
                     18: }

unix.superglobalmegacorp.com

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