Annotation of researchv10dc/libpicfile/picerror.c, revision 1.1

1.1     ! root        1: #include <picfile.h>
        !             2: #include <stdio.h>
        !             3: picerror(s)
        !             4: char *s;
        !             5: {
        !             6:        if(PIC_error){
        !             7:                if(s) fprintf(stderr, "%s: ", s);
        !             8:                fprintf(stderr, "%s\n", PIC_error);
        !             9:                PIC_error=0;
        !            10:        }
        !            11:        else
        !            12:                perror(s);
        !            13: }

unix.superglobalmegacorp.com

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