Graphviz 13.1.2~dev.20250722.1051
Loading...
Searching...
No Matches
path.h
Go to the documentation of this file.
1
3
4#pragma once
5
7#if defined(_WIN32) && !defined(__MINGW32__)
8#define PATH_SEPARATOR '\\'
9#else
10#define PATH_SEPARATOR '/'
11#endif