Graphviz
13.1.3~dev.20250811.0826
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
lib
util
path.h
Generated by
1.9.8