Code_Saturne
CFD tool
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Typedefs | Functions | Variables
ecs_def.c File Reference
#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 Documentation

typedef void(* ecs_loc_def__sighandler_t)(int)

Function Documentation

void ecs_error ( const char *  file_name,
const int  line_num,
const int  sys_error_code,
const char *  format,
  ... 
)

Here is the call graph for this function:

void ecs_exit ( int  statut)

Here is the call graph for this function:

void ecs_init_gestion_erreur ( void  )
void ecs_print_padded_str ( const char *  str,
int  width 
)
void ecs_warn ( void  )

Variable Documentation

char ecs_glob_build_date[] = __DATE__
const ecs_elt_typ_t ecs_glob_typ_elt[2][9]