|
Code_Saturne
CFD tool
|
#include "cs_config.h"#include <assert.h>#include <signal.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "ecs_backtrace.h"#include "ecs_def.h"Typedefs | |
| typedef void(* | ecs_loc_def__sighandler_t) (int) |
Functions | |
| void | ecs_init_gestion_erreur (void) |
| void | ecs_exit (int statut) |
| void | ecs_warn (void) |
| void | ecs_error (const char *file_name, const int line_num, const int sys_error_code, const char *format,...) |
| void | ecs_print_padded_str (const char *str, int width) |
Variables | |
| char | ecs_glob_build_date [] = __DATE__ |
| const ecs_elt_typ_t | ecs_glob_typ_elt [2][9] |
| typedef void(* ecs_loc_def__sighandler_t) (int) |
| void ecs_error | ( | const char * | file_name, |
| const int | line_num, | ||
| const int | sys_error_code, | ||
| const char * | format, | ||
| ... | |||
| ) |

| void ecs_exit | ( | int | statut | ) |

| void ecs_init_gestion_erreur | ( | void | ) |
| void ecs_print_padded_str | ( | const char * | str, |
| int | width | ||
| ) |
| void ecs_warn | ( | void | ) |
| char ecs_glob_build_date[] = __DATE__ |
| const ecs_elt_typ_t ecs_glob_typ_elt[2][9] |
1.8.13