ns-3 Direct Code Execution
Home
Tutorials ▼
Docs ▼
Wiki
Manual
Develop ▼
API
Bugs
API
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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 */
model
dce-errno.h
Generated on Fri Aug 30 2013 13:57:55 for ns-3-dce by
1.8.1.2