MCPcopy Create free account
hub / github.com/Singular/Singular / error

Function error

Singular/emacs.cc:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54#ifndef __CYGWIN__
55void error(const char *fmt, ...)
56{
57 va_list ap;
58 va_start(ap, fmt);
59 vfprintf(stderr, fmt, ap);
60}
61#else
62void error(const char* fmt, ...)
63{

Callers 4

fePrintReportBugFunction · 0.85
mainUsageFunction · 0.85
emacs.ccFile · 0.85
computeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected