UCX  1.8
Unified Communication X
time_def.h
1 
7 #ifndef UCS_TIME_DEF_H
8 #define UCS_TIME_DEF_H
9 
10 #include <ucs/sys/compiler_def.h>
11 
12 BEGIN_C_DECLS
13 
23 typedef unsigned long ucs_time_t;
24 
25 END_C_DECLS
26 
27 #endif /* UCS_TIME_DEF_H */
unsigned long ucs_time_t
Definition: time_def.h:23