#include <stdio.h>
#include <ctype.h>
#include <string.h>
#include <errno.h>
#include "hecmw_config.h"
#include "hecmw_path.h"
#include "hecmw_util.h"
Go to the source code of this file.
◆ isslash
#define isslash |
( |
|
c | ) |
((c) == '/') |
◆ PATH_SEPARATOR
#define PATH_SEPARATOR '/' |
◆ HECMW_basename()
char* HECMW_basename |
( |
const char * |
path | ) |
|
◆ HECMW_dirname()
char* HECMW_dirname |
( |
const char * |
path | ) |
|
◆ HECMW_get_path_separator()
int HECMW_get_path_separator |
( |
void |
| ) |
|
◆ HECMW_is_absolute_path()
int HECMW_is_absolute_path |
( |
const char * |
path | ) |
|