Annotation of coherent/g/usr/lib/libl/error.c, revision 1.1.1.1

1.1       root        1: #include <stdio.h>
                      2: extern yyline;
                      3: error(s)
                      4: {
                      5:        if (yyline)
                      6:                fprintf(stderr, "%d: ", yyline);
                      7:        fprintf(stderr, "%r\n", &s);
                      8:        exit (1);
                      9: }

unix.superglobalmegacorp.com

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