arudradey's picture
download
raw
343 Bytes
#ifndef _UTIME_H
#define _UTIME_H
#ifdef __cplusplus
extern "C" {
#endif
#include <features.h>
#define __NEED_time_t
#include <bits/alltypes.h>
struct utimbuf {
time_t actime;
time_t modtime;
};
int utime (const char *, const struct utimbuf *);
#if _REDIR_TIME64
__REDIR(utime, __utime64);
#endif
#ifdef __cplusplus
}
#endif
#endif

Xet Storage Details

Size:
343 Bytes
·
Xet hash:
45801a60cd1c94772569db038443aa0879d42cba5c37c57985ac63241ed5b11a

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.