Annotation of coherent/d/usr/lib/libmp/mperr.c, revision 1.1.1.1

1.1       root        1: #include <stdio.h>
                      2: #include "mprec.h"
                      3: 
                      4: 
                      5: /*
                      6:  *     Mperr issues the error message pointed at by "msg" and then
                      7:  *     exits returning a value of 1 (for unsuccessful execution).
                      8:  */
                      9: 
                     10: void
                     11: mperr(msg)
                     12: char *msg;
                     13: {
                     14:        fprintf(stderr, "mpx: %r", &msg);
                     15:        fprintf(stderr, "\n");
                     16:        exit(1);
                     17: }

unix.superglobalmegacorp.com

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