arudradey's picture
download
raw
301 Bytes
#ifndef _SYS_TIMES_H
#define _SYS_TIMES_H
#ifdef __cplusplus
extern "C" {
#endif
#define __NEED_clock_t
#include <bits/alltypes.h>
struct tms {
clock_t tms_utime;
clock_t tms_stime;
clock_t tms_cutime;
clock_t tms_cstime;
};
clock_t times (struct tms *);
#ifdef __cplusplus
}
#endif
#endif

Xet Storage Details

Size:
301 Bytes
·
Xet hash:
446343eaac2f738dacf9c9fe8bf57c07d0eb9fe1a25f4d34eed56c3cd25d87f5

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