Code_Saturne
CFD tool
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

◆ ecs_loc_def__sighandler_t

typedef void(* ecs_loc_def__sighandler_t) (int)

Function Documentation

◆ ecs_error()

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:

◆ ecs_exit()

void ecs_exit ( int  statut)
Here is the call graph for this function:

◆ ecs_init_gestion_erreur()

void ecs_init_gestion_erreur ( void  )

◆ ecs_print_padded_str()

void ecs_print_padded_str ( const char *  str,
int  width 
)

◆ ecs_warn()

void ecs_warn ( void  )

Variable Documentation

◆ ecs_glob_build_date

char ecs_glob_build_date[] = __DATE__

◆ ecs_glob_typ_elt

const ecs_elt_typ_t ecs_glob_typ_elt[2][9]