DCL
4.0
Loading...
Searching...
No Matches
_utime.cpp
Go to the documentation of this file.
1
2
#include <
dcl/Config.h
>
3
4
#if !__DCL_WINDOWS
5
6
#include <errno.h>
// errno
7
#include <stdlib.h>
// alloca
8
#include <
dcl/_utime.h
>
9
#include <
dcl/Object.h
>
// __T(str)
10
#include <
dcl/String.h
>
11
#include "
__strumbs.h
"
12
13
#if __DCL_DEBUG
14
#undef __THIS_FILE__
15
const
char_t
__THIS_FILE__
[] =
__T
(
"dcl/_utime.cpp"
);
16
#endif
17
18
__DCL_BEGIN_NAMESPACE
19
20
int
__utime
(
const
String& _filename,
struct
utimbuf* _buf)
21
{
22
STRTOMBS_ER
(_filename, filename);
23
return
utime(filename, _buf);
24
}
25
26
__DCL_END_NAMESPACE
27
28
#endif
// !__DCL_WINDOWS
__strumbs.h
STRTOMBS_ER
#define STRTOMBS_ER(str, mbs)
Definition
__strumbs.h:33
__THIS_FILE__
#define __THIS_FILE__
Definition
_trace.h:14
__utime
__DCL_BEGIN_NAMESPACE int __utime(const String &_filename, struct utimbuf *_buf)
Definition
_utime.cpp:20
_utime.h
Config.h
char_t
wchar_t char_t
Definition
Config.h:275
Object.h
__T
#define __T(str)
Definition
Object.h:44
String.h
src
DCLCore
_utime.cpp
Generated by
1.14.0