Graphviz 12.1.0~dev.20240716.0947
Loading...
Searching...
No Matches
gv_fopen.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
21
22#include <stdio.h>
23
24#ifdef __cplusplus
25extern "C" {
26#endif
27
39UTIL_API FILE *gv_fopen(const char *filename, const char *mode);
40
41#ifdef __cplusplus
42}
43#endif
mode
Definition cvtgxl.c:33
UTIL_API FILE * gv_fopen(const char *filename, const char *mode)
Definition gv_fopen.c:31
#define UTIL_API
Definition gv_fopen.h:18