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
8class String;
9
10DCLCAPI int __open(const String& _path, int _oflags, ...);
11DCLCAPI int __creat(const String& _path, mode_t _mode);
12
13__DCL_END_NAMESPACE
14
15#endif // __DCL_FCNTL_H__
DCLCAPI int __open(const String &_path, int _oflags,...)
Definition _fcntl.cpp:23
DCLCAPI int __creat(const String &_path, mode_t _mode)
Definition _fcntl.cpp:33
#define DCLCAPI
Definition Config.h:100