Macaulay2 Engine
Loading...
Searching...
No Matches
◆
ERROR()
void ERROR
(
const char *
s
,
...
)
Definition at line
26
of file
error.c
.
27
{
28
va_list ap;
29
if
(
iserror
) fprintf(stderr,
"--error message bumped: %s\n"
,
errmsg
);
30
iserror
= 1;
31
va_start(ap,
s
);
32
vsprintf(
errmsg
,
s
, ap);
33
va_end(ap);
34
}
iserror
static int iserror
Definition
error.c:23
errmsg
static char errmsg[MAXERROR]
Definition
error.c:24
s
void size_t s
Definition
m2-mem.cpp:271
References
errmsg
,
iserror
, and
s
.
Macaulay2
e
error.c
Generated on
for Macaulay2 Engine by
1.15.0