1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- #include "f2c.h"
- #include "blaswrap.h"
- #include <stdio.h>
- static integer c__1 = 1;
- int xerbla_(char *srname, integer *info)
- {
-
- static char fmt_9999[] = "(\002 ** On entry to \002,a,\002 parameter num"
- "ber \002,i2,\002 had \002,\002an illegal value\002)";
-
- integer s_wsfe(cilist *), i_len_trim(char *, ftnlen), do_fio(integer *,
- char *, ftnlen), e_wsfe(void);
- int s_stop(char *, ftnlen);
-
- static cilist io___1 = { 0, 6, 0, fmt_9999, 0 };
- printf("** On entry to %6s, parameter number %2i had an illegal value\n",
- srname, *info);
- return 0;
- }
|