DCL
4.0
Loading...
Searching...
No Matches
_fcntl.h
Go to the documentation of this file.
1
#ifndef __DCL_FCNTL_H__
2
#define __DCL_FCNTL_H__ 20110119
3
4
#include <fcntl.h>
5
6
__DCL_BEGIN_NAMESPACE
7
8
class
String;
9
10
DCLCAPI
int
__open
(
const
String& _path,
int
_oflags, ...);
11
DCLCAPI
int
__creat
(
const
String& _path, mode_t _mode);
12
13
__DCL_END_NAMESPACE
14
15
#endif
// __DCL_FCNTL_H__
__open
DCLCAPI int __open(const String &_path, int _oflags,...)
Definition
_fcntl.cpp:23
__creat
DCLCAPI int __creat(const String &_path, mode_t _mode)
Definition
_fcntl.cpp:33
DCLCAPI
#define DCLCAPI
Definition
Config.h:100
include
dcl
_fcntl.h
Generated by
1.14.0