|  | programmer's documentation | 
#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>
| 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[]) | 
| #define CS_IGNORE_MPI 1 /* No MPI for this application */ | 
| #define MEM_FREE | ( | _ptr | ) | free(_ptr), _ptr = NULL | 
| #define MEM_MALLOC | ( | _ptr, | |
| _ni, | |||
| _type | |||
| ) | 
| #define MEM_REALLOC | ( | _ptr, | |
| _ni, | |||
| _type | |||
| ) | 
| int main | ( | int | argc, | 
| char * | argv[] | ||
| ) | 
 1.8.3.1
 1.8.3.1