Code_Saturne
CFD tool
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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

#define CS_IGNORE_MPI   1 /* No MPI for this application */
#define MEM_FREE (   _ptr)    free(_ptr), _ptr = NULL
#define MEM_MALLOC (   _ptr,
  _ni,
  _type 
)
Value:
_ptr = (_type *) _mem_malloc(_ni, sizeof(_type), \
#_ptr, __FILE__, __LINE__)
#define MEM_REALLOC (   _ptr,
  _ni,
  _type 
)
Value:
_ptr = (_type *) _mem_realloc(_ptr, _ni, sizeof(_type), \
#_ptr, __FILE__, __LINE__)

Function Documentation

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