ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-cxa.h
Go to the documentation of this file.
1 #ifndef SIMU_CXA_H
2 #define SIMU_CXA_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 int dce___cxa_atexit (void (*func)(void *), void *arg, void *d);
9 void dce___cxa_finalize (void *d);
10 
11 #ifdef __cplusplus
12 }
13 #endif
14 
15 #endif /* SIMU_CXA_H */