![]() |
Code_Saturne
CFD tool
|
#include "ecs_def.h"
#include <assert.h>
#include <stdarg.h>
#include <string.h>
#include "ecs_file.h"
#include "ecs_mem.h"
#include "ecs_fic.h"
Macros | |
#define | ECS_LOC_IMP_FMT_INT "%12d" |
#define | ECS_LOC_IMP_FMT_REAL "%#12.5E" |
#define | ECS_LOC_IMP_FMT_CHAR "%12s" |
#define | ECS_LOC_IMP_FMT_SIZE_T "%12lu" |
#define | ECS_LOC_IMP_FMT_PTR "%12p" |
#define | ECS_LOC_IMP_FMT_CONT "............" |
#define | ECS_LOC_IMP_FMT_WIDTH 12 |
#define | ECS_LOC_IMP_INDENT 8 |
#define | ECS_LOC_IMP_COL_VAL 9 |
#define | ECS_LOC_IMP_COL_IND 51 |
Functions | |
void | ecs_fic__imprime_ptr (FILE *fic_imp, const int profondeur_imp, const char *nom_ptr, const void *ptr) |
void | ecs_fic__imprime_val (FILE *fic_imp, const int profondeur_imp_nom, const char *nom, ecs_type_t typ_e, const void *val) |
#define ECS_LOC_IMP_COL_IND 51 |
#define ECS_LOC_IMP_COL_VAL 9 |
#define ECS_LOC_IMP_FMT_CHAR "%12s" |
#define ECS_LOC_IMP_FMT_CONT "............" |
#define ECS_LOC_IMP_FMT_INT "%12d" |
#define ECS_LOC_IMP_FMT_PTR "%12p" |
#define ECS_LOC_IMP_FMT_REAL "%#12.5E" |
#define ECS_LOC_IMP_FMT_SIZE_T "%12lu" |
#define ECS_LOC_IMP_FMT_WIDTH 12 |
#define ECS_LOC_IMP_INDENT 8 |
void ecs_fic__imprime_ptr | ( | FILE * | fic_imp, |
const int | profondeur_imp, | ||
const char * | nom_ptr, | ||
const void * | ptr | ||
) |
void ecs_fic__imprime_val | ( | FILE * | fic_imp, |
const int | profondeur_imp_nom, | ||
const char * | nom, | ||
ecs_type_t | typ_e, | ||
const void * | val | ||
) |