ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-clock.h
Go to the documentation of this file.
1 #ifndef DCE_CLOCK_H
2 #define DCE_CLOCK_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #define DCE_CLOCKS_PER_SEC (1000000)
9 
10 typedef int dce_clock_t;
11 
12 dce_clock_t dce_clock (void);
13 
14 
15 #ifdef __cplusplus
16 }
17 #endif
18 
19 #endif /* DCE_CLOCK_H */