ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
libc-dce.h
Go to the documentation of this file.
1 #ifndef LIBC_SIMU_H
2 #define LIBC_SIMU_H
3 
4 extern "C" {
5 
6 void libc_dce (struct Libc **libc);
7 
8 }
9 
10 #endif /* LIBC_SIMU_H */