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
6
7struct timespec {
9 long tv_nsec;
10};
11
#define __CCPP_END_DECLARATIONS
Definition config.h:8
#define __CCPP_BEGIN_DECLARATIONS
Definition config.h:7
Definition timespec.h:7
long tv_nsec
Definition timespec.h:9
time_t tv_sec
Definition timespec.h:8
__CCPP_BEGIN_DECLARATIONS typedef __INT64_TYPE__ time_t
Definition time_t.h:7