#include "abort.h"
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | ctrump_abort_message (const char *file, int line, int what, const char *message) |
メッセージを表示してabort |
Definition in file abort.c.
void ctrump_abort_message | ( | const char * | file, | |
int | line, | |||
int | what, | |||
const char * | message | |||
) |
メッセージを表示してabort
Definition at line 39 of file abort.c.
References CTRUMP_ABORT_FIXME, CTRUMP_ABORT_INTERNARL_ERROR, and CTRUMP_ABORT_UNREACHABLE.