|
Gromacs
2025.4
|
Functions | |
| bool | isDirSeparator (char chr) |
| Check whether a given character is a directory separator. | |
Variables | |
| const char | cDirSeparators [] = "/\\" |
| Directory separators to use when parsing paths. | |
| const char | cPathSeparator = ':' |
| Separator to use to split the PATH environment variable. More... | |
| anonymous_namespace{path.cpp}::cPathSeparator = ':' |
Separator to use to split the PATH environment variable.
When reading the PATH environment variable, Unix separates entries with colon, while windows uses semicolon.
1.8.5