23{
24#ifdef F77_CHAR
25 char *srname;
26#endif
27
28 char rout[] = {'c','b','l','a','s','_','\0','\0','\0','\0','\0','\0','\0'};
29
30 int *info=vinfo;
31 int i;
32
34
35#ifdef F77_CHAR
37#endif
38
40 {
41 for(i=0; i !=
XerblaStrLen; i++) rout[i+6] = tolower(srname[i]);
44 }
45 else
46 {
47 fprintf(stderr, "Parameter %d to routine %s was incorrect\n",
48 *info, srname);
49 }
50}
void cblas_xerbla(CBLAS_INT p, const char *rout, const char *form,...)