Annotation of coherent/b/lib/libc/old/error.c,v, revision 1.1.1.1

1.1       root        1: head     1.1;
                      2: branch   ;
                      3: access   ;
                      4: symbols  ;
                      5: locks    bin:1.1; strict;
                      6: comment  @ * @;
                      7: 
                      8: 
                      9: 1.1
                     10: date     92.10.01.12.05.13;  author bin;  state Exp;
                     11: branches ;
                     12: next     ;
                     13: 
                     14: 
                     15: desc
                     16: @@
                     17: 
                     18: 
                     19: 
                     20: 1.1
                     21: log
                     22: @Initial revision
                     23: @
                     24: text
                     25: @/*
                     26:  * Coherent Standard I/O Library.
                     27:  * Default error routine - not a portable
                     28:  * part of stdio.
                     29:  */
                     30: 
                     31: #include <stdio.h>
                     32: 
                     33: error(x)
                     34: {
                     35:        fprintf(stderr, "%r", &x);
                     36:        exit(1);
                     37: }
                     38: @

unix.superglobalmegacorp.com

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