#include <stdio.h>
Go to the source code of this file.
◆ HECMW_restart_add()
int HECMW_restart_add |
( |
void * |
data, |
|
|
size_t |
size |
|
) |
| |
◆ HECMW_restart_add_double()
int HECMW_restart_add_double |
( |
double * |
data, |
|
|
int |
n_data |
|
) |
| |
◆ HECMW_restart_add_int()
int HECMW_restart_add_int |
( |
int * |
data, |
|
|
int |
n_data |
|
) |
| |
◆ HECMW_restart_close()
int HECMW_restart_close |
( |
void |
| ) |
|
◆ HECMW_restart_open()
int HECMW_restart_open |
( |
void |
| ) |
|
◆ HECMW_restart_open_by_name()
int HECMW_restart_open_by_name |
( |
char * |
name_ID | ) |
|
◆ HECMW_restart_read()
void* HECMW_restart_read |
( |
void * |
addr | ) |
|
◆ HECMW_restart_write()
int HECMW_restart_write |
( |
void |
| ) |
|
◆ HECMW_restart_write_by_name()
int HECMW_restart_write_by_name |
( |
char * |
name_ID | ) |
|