Gromacs
2025-dev-20240913-b871546
|
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.