Gromacs
2024.3
|
#include "gmxpre.h"
#include "errorformat.h"
#include <cctype>
#include <cstdio>
#include <cstring>
#include "gromacs/utility/basenetwork.h"
#include "gromacs/utility/baseversion.h"
#include "gromacs/utility/path.h"
#include "gromacs/utility/programcontext.h"
#include "gromacs/utility/stringutil.h"
Implements functions declared in errorformat.h.
Functions | |
void | gmx::internal::printFatalErrorHeader (FILE *fp, const char *title, const char *func, const char *file, int line) |
Formats a common header for fatal error messages. More... | |
void | gmx::internal::printFatalErrorMessageLine (FILE *fp, const char *text, int indent) |
Formats a line of fatal error message text. More... | |
void | gmx::internal::printFatalErrorFooter (FILE *fp) |
Formats a common footer for fatal error messages. More... | |