libGimbal
0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
Loading...
Searching...
No Matches
gimbal_time_.h
1
#
ifndef
GIMBAL_TIME__H
2
#
define
GIMBAL_TIME__H
3
4
#
include
<
time
.
h
>
5
6
#
if
!
defined
(
GBL_NO_TIMESPEC_
)
7
#
if
defined
(
ANDROID
)
||
defined
(
__APPLE__
)
||
defined
(
__CYGWIN__
)
||
defined
(
__MINGW32__
)
||
defined
(
VITA
)
||
defined
(
PSP
)
8
#
define
GBL_NO_TIMESPEC_
9
#
endif
10
#
endif
11
12
#
ifdef
GBL_NO_TIMESPEC_
13
14
#
define
TIME_UTC
1
15
16
int
timespec_get(
struct
timespec* pSpec,
int
base);
17
18
#
endif
19
20
#
endif
// GIMBAL_TIME__H
lib
api
gimbal
platform
gimbal_time_.h
Generated by
1.9.8