Graphviz 13.1.2~dev.20250722.1051
Loading...
Searching...
No Matches
api.h
Go to the documentation of this file.
1
3
4#pragma once
5
14#ifndef UTIL_API
15#if !defined(__CYGWIN__) && defined(__GNUC__) && !defined(__MINGW32__)
16#define UTIL_API __attribute__((visibility("hidden")))
17#else
18#define UTIL_API /* nothing */
19#endif
20#endif