Code_Saturne
CFD tool
Data Structures | Macros | Functions
cs_io_dump.c File Reference
#include "cs_defs.h"
#include <assert.h>
#include <errno.h>
#include <locale.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

Data Structures

struct  _cs_io_sec_index_t
 
struct  _cs_io_t
 

Macros

#define CS_IGNORE_MPI   1 /* No MPI for this application */
 
#define MEM_MALLOC(_ptr, _ni, _type)
 
#define MEM_REALLOC(_ptr, _ni, _type)
 
#define MEM_FREE(_ptr)   free(_ptr), _ptr = NULL
 

Functions

int main (int argc, char *argv[])
 

Macro Definition Documentation

◆ CS_IGNORE_MPI

#define CS_IGNORE_MPI   1 /* No MPI for this application */

◆ MEM_FREE

#define MEM_FREE (   _ptr)    free(_ptr), _ptr = NULL

◆ MEM_MALLOC

#define MEM_MALLOC (   _ptr,
  _ni,
  _type 
)
Value:
_ptr = (_type *) _mem_malloc(_ni, sizeof(_type), \
#_ptr, __FILE__, __LINE__)

◆ MEM_REALLOC

#define MEM_REALLOC (   _ptr,
  _ni,
  _type 
)
Value:
_ptr = (_type *) _mem_realloc(_ptr, _ni, sizeof(_type), \
#_ptr, __FILE__, __LINE__)

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)