#include <stdio.h>
#include <ctype.h>
#include "cblas.h"
#include "cblas_f77.h"
Go to the source code of this file.
◆ XerblaStrLen
◆ XerblaStrLen1
◆ F77_xerbla_base()
| void F77_xerbla_base |
( |
char * | srname, |
|
|
void * | vinfo ) |
Definition at line 13 of file xerbla.c.
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,...)