#include "spice.h"
#include "ftedefs.h"
Go to the source code of this file.
externalerror |
( |
char * |
message | ) |
|
Definition at line 100 of file error.c.
104 fprintf(stderr,
"external error: %s\n",
message);
static void message(char *instr, char *outstr)
Definition at line 76 of file error.c.
82 (void) signal(SIGQUIT, SIG_DFL);
83 (void) kill(
getpid(), SIGQUIT);
void fperror |
( |
char * |
mess, |
|
|
code |
|
|
) |
| |
Definition at line 56 of file error.c.
59 fprintf(
cp_err,
"%s: floating point exception.\n", mess);
void ft_sperror |
( |
code |
, |
|
|
char * |
mess |
|
) |
| |
Definition at line 68 of file error.c.
char * if_errstring(code)
internalerror |
( |
char * |
message | ) |
|
Definition at line 91 of file error.c.
95 fprintf(stderr,
"internal error: %s\n",
message);
static void message(char *instr, char *outstr)