Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ Error
Function
Error
ppcc/src/ppcc.cc:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include
"parser.h"
3
4
void Error(const char *message) {
5
printf(
"ppcc: %s\n"
, message);
6
exit(1);
7
}
8
9
#define LINK 1
10
#define COMP 2
Callers
9
tryPlainRem
Function · 0.85
tryPlainDivRem
Function · 0.85
ParseOpt
Function · 0.85
TestOutputExecutable
Function · 0.85
ParseArgs
Function · 0.85
RunCPP
Function · 0.85
PassThroughCompiler
Function · 0.85
ExecCompiler
Function · 0.85
Main
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestOutputExecutable
Function · 0.68