core
vpl
vpl_fdopen.h
Go to the documentation of this file.
1
// This is core/vpl/vpl_fdopen.h
2
#ifndef vpl_fdopen_h_
3
#define vpl_fdopen_h_
4
//:
5
// \file
6
7
#include <cstdio>
8
#ifdef _MSC_VER
9
# include <vcl_msvc_warnings.h>
10
#endif
11
#include "vpl/vpl_export.h"
12
13
//: Turn an open file descriptor (int) into a file stream (FILE *).
14
extern
VPL_EXPORT std::FILE *
vpl_fdopen
(
int
fd,
char
const
*mode);
15
16
#endif
vpl_fdopen
VPL_EXPORT std::FILE * vpl_fdopen(int fd, char const *mode)
Turn an open file descriptor (int) into a file stream (FILE *).
Definition:
vpl_fdopen.cxx:8
Generated by
1.8.15