tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
utimbuf
tango
stdc
posix
utime
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
struct
utimbuf
struct
utimbuf
version(!linux && darwin)
extern (
C
)
struct
utimbuf {
time_t
actime
;
time_t
modtime
;
}
struct
utimbuf
struct
utimbuf
Members
Variables
actime
time_t
actime
;
Undocumented in source.
modtime
time_t
modtime
;
Undocumented in source.
Meta
Source
See Implementation
tango
stdc
posix
utime
functions
utime
structs
utimbuf