4{
5#ifdef __STDC__
7#else
9#endif
12 va_list argptr;
13 char cline[100];
15
16 va_start(argptr, form);
17 vsprintf(cline, form, argptr);
18 va_end(argptr);
19
20 if (ConTxt > -1)
21 {
25 }
26 else myrow = mycol = -1;
27
28 fprintf(stderr,
29"BLACS ERROR '%s'\nfrom {%d,%d}, pnum=%d, Contxt=%d, on line %d of file '%s'.\n\n",
30 cline, myrow, mycol,
BI_Iam, ConTxt, line, file);
31
33}
void BI_BlacsAbort(Int ErrNo)
#define MGetConTxt(Context, ctxtptr)