DCL 4.0
|
#include <dcl/Config.h>
#include <errno.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <utime.h>
#include <dcl/_stdio.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 | __remove (const String &_path) |
int | __rename (const char *_oldpath, const char *_newpath) |
int | __rename (const String &_oldpath, const String &_newpath) |
FILE * | __fopen (const String &_path, const String &_mode) |
FILE * | __fdopen (int _fd, const String &_mode) |
FILE * __fdopen | ( | int | _fd, |
const String & | _mode ) |
Definition at line 137 of file _stdio.cpp.
FILE * __fopen | ( | const String & | _path, |
const String & | _mode ) |
Definition at line 126 of file _stdio.cpp.
__DCL_BEGIN_NAMESPACE int __remove | ( | const String & | _path | ) |
Definition at line 28 of file _stdio.cpp.
int __rename | ( | const char * | _oldpath, |
const char * | _newpath ) |
Definition at line 34 of file _stdio.cpp.
int __rename | ( | const String & | _oldpath, |
const String & | _newpath ) |
Definition at line 115 of file _stdio.cpp.