DCL 4.0
Loading...
Searching...
No Matches
_utime.h File Reference
#include <utime.h>

Go to the source code of this file.

Macros

#define __DCL_UTIME_H__   20110119

Functions

DCLCAPI int __utime (const String &_filename, struct utimbuf *_buf)

Macro Definition Documentation

◆ __DCL_UTIME_H__

#define __DCL_UTIME_H__   20110119

Definition at line 2 of file _utime.h.

Function Documentation

◆ __utime()

DCLCAPI int __utime ( const String & _filename,
struct utimbuf * _buf )
Returns
== NULL or -1, see errno

Definition at line 20 of file _utime.cpp.

21{
22 STRTOMBS_ER(_filename, filename);
23 return utime(filename, _buf);
24}
#define STRTOMBS_ER(str, mbs)
Definition __strumbs.h:33