FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_path.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int HECMW_get_path_separator (void)
 
int HECMW_is_absolute_path (const char *path)
 
char * HECMW_dirname (const char *path)
 
char * HECMW_basename (const char *path)
 

Function Documentation

◆ HECMW_basename()

char* HECMW_basename ( const char *  path)

Definition at line 159 of file hecmw_path.c.

◆ HECMW_dirname()

char* HECMW_dirname ( const char *  path)

Definition at line 167 of file hecmw_path.c.

◆ HECMW_get_path_separator()

int HECMW_get_path_separator ( void  )

Definition at line 34 of file hecmw_path.c.

Here is the caller graph for this function:

◆ HECMW_is_absolute_path()

int HECMW_is_absolute_path ( const char *  path)

Definition at line 45 of file hecmw_path.c.