Iros
Loading...
Searching...
No Matches
timespec.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <
ccpp/bits/time_t.h
>
4
5
__CCPP_BEGIN_DECLARATIONS
6
7
struct
timespec
{
8
time_t
tv_sec
;
9
long
tv_nsec
;
10
};
11
12
__CCPP_END_DECLARATIONS
__CCPP_END_DECLARATIONS
#define __CCPP_END_DECLARATIONS
Definition
config.h:8
__CCPP_BEGIN_DECLARATIONS
#define __CCPP_BEGIN_DECLARATIONS
Definition
config.h:7
timespec
Definition
timespec.h:7
timespec::tv_nsec
long tv_nsec
Definition
timespec.h:9
timespec::tv_sec
time_t tv_sec
Definition
timespec.h:8
time_t.h
time_t
__CCPP_BEGIN_DECLARATIONS typedef __INT64_TYPE__ time_t
Definition
time_t.h:7
libs
ccpp
include
ccpp
bits
timespec.h
Generated by
1.13.0