Graphviz
13.0.0~dev.20241220.2304
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
25
extern
"C"
{
26
#endif
27
39
UTIL_API
FILE *
gv_fopen
(
const
char
*filename,
const
char
*
mode
);
40
41
#ifdef __cplusplus
42
}
43
#endif
mode
mode
Definition
cvtgxl.c:33
gv_fopen
UTIL_API FILE * gv_fopen(const char *filename, const char *mode)
Definition
gv_fopen.c:32
UTIL_API
#define UTIL_API
Definition
gv_fopen.h:18
lib
util
gv_fopen.h
Generated by
1.9.8