FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_error.h File Reference
#include <stdarg.h>
Include dependency graph for hecmw_error.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int HECMW_set_verror (int errorno, const char *fmt, va_list ap)
 
int HECMW_set_error (int errorno, const char *fmt,...)
 
int HECMW_get_error (char **errmsg)
 
int HECMW_get_errno (void)
 
char * HECMW_get_errmsg (void)
 

Function Documentation

◆ HECMW_get_errmsg()

char* HECMW_get_errmsg ( void  )

Definition at line 58 of file hecmw_error.c.

Here is the caller graph for this function:

◆ HECMW_get_errno()

int HECMW_get_errno ( void  )

Definition at line 56 of file hecmw_error.c.

◆ HECMW_get_error()

int HECMW_get_error ( char **  errmsg)

Definition at line 49 of file hecmw_error.c.

Here is the caller graph for this function:

◆ HECMW_set_error()

int HECMW_set_error ( int  errorno,
const char *  fmt,
  ... 
)

Definition at line 37 of file hecmw_error.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ HECMW_set_verror()

int HECMW_set_verror ( int  errorno,
const char *  fmt,
va_list  ap 
)

Definition at line 17 of file hecmw_error.c.

Here is the caller graph for this function: