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