Graphviz 14.0.2~dev.20251015.0935
Loading...
Searching...
No Matches
api.h
Go to the documentation of this file.
1
3
4#pragma once
5
13#if !defined(__CYGWIN__) && defined(__GNUC__) && !defined(__MINGW32__)
14#define PRIVATE __attribute__((visibility("hidden")))
15#else
16#define PRIVATE /* Nothing required. In other toolchains, symbol hiding is the \
17 default. */
18#endif
19
28#define UTIL_API PRIVATE