UCX 1.17
Unified Communication X
Loading...
Searching...
No Matches
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
12BEGIN_C_DECLS
13
23typedef unsigned long ucs_time_t;
24
25END_C_DECLS
26
27#endif /* UCS_TIME_DEF_H */
unsigned long ucs_time_t
Definition time_def.h:23