MCPcopy 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
4void 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

tryPlainRemFunction · 0.85
tryPlainDivRemFunction · 0.85
ParseOptFunction · 0.85
TestOutputExecutableFunction · 0.85
ParseArgsFunction · 0.85
RunCPPFunction · 0.85
PassThroughCompilerFunction · 0.85
ExecCompilerFunction · 0.85
MainFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestOutputExecutableFunction · 0.68