Graphviz 13.1.2~dev.20250807.2324
Loading...
Searching...
No Matches
gv_fopen.h
Go to the documentation of this file.
1
3
4#pragma once
5
6#include <stdio.h>
7#include <util/api.h>
8
9#ifdef __cplusplus
10extern "C" {
11#endif
12
24UTIL_API FILE *gv_fopen(const char *filename, const char *mode);
25
26#ifdef __cplusplus
27}
28#endif
macro for API hiding/exposing
#define UTIL_API
Definition api.h:18
mode
Definition cvtgxl.c:33
UTIL_API FILE * gv_fopen(const char *filename, const char *mode)
Definition gv_fopen.c:32