Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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__
55
void error(const char *fmt, ...)
56
{
57
va_list ap;
58
va_start(ap, fmt);
59
vfprintf(stderr, fmt, ap);
60
}
61
#else
62
void error(const char* fmt, ...)
63
{
Callers
4
fePrintReportBug
Function · 0.85
mainUsage
Function · 0.85
emacs.cc
File · 0.85
compute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected