#include <stdbool.h>
#include <stddef.h>
#include "dosname.h"
Go to the source code of this file.
◆ DIRECTORY_SEPARATOR
| #define DIRECTORY_SEPARATOR '/' |
◆ DOUBLE_SLASH_IS_DISTINCT_ROOT
| #define DOUBLE_SLASH_IS_DISTINCT_ROOT 0 |
◆ base_len()
| size_t base_len |
( |
char const * |
file | ) |
|
◆ dir_len()
| size_t dir_len |
( |
char const * |
file | ) |
|
◆ last_component()
| char* last_component |
( |
char const * |
file | ) |
|
◆ mdir_name()
| char* mdir_name |
( |
char const * |
file | ) |
|
◆ strip_trailing_slashes()
| bool strip_trailing_slashes |
( |
char * |
file | ) |
|