DCL 4.0
|
#include <dcl/Config.h>
#include <errno.h>
#include <stdlib.h>
#include <stdarg.h>
#include <sys/types.h>
#include <dcl/_fcntl.h>
#include <dcl/Object.h>
#include <dcl/String.h>
#include "__strumbs.h"
Go to the source code of this file.
Functions | |
__DCL_BEGIN_NAMESPACE int | __open (const String &_path, int _oflags,...) |
int | __creat (const String &_path, mode_t _mode) |
int __creat | ( | const String & | _path, |
mode_t | _mode ) |
Definition at line 33 of file _fcntl.cpp.
__DCL_BEGIN_NAMESPACE int __open | ( | const String & | _path, |
int | _oflags, | ||
... ) |
Definition at line 23 of file _fcntl.cpp.