26 void all(
const char *,
int,
const string);
27 void one(
const char *,
int,
const string);
void all(const char *, int, const string)
Is used when all CPUs exit with an error.
Definition: error.cpp:33
void done(int=0)
Exit with status.
Definition: error.cpp:70
Definition: pointers.h:29
void one(const char *, int, const string)
Is used when one CPU exits with an error.
Definition: error.cpp:56