ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
libc-globals.h
Go to the documentation of this file.
1 #ifndef LIBC_GLOBALS_H
2 #define LIBC_GLOBALS_H
3 
4 // #include <stdio.h>
5 
6 // struct LibcGlobals
7 // {
8 // FILE *stdin;
9 // FILE *stdout;
10 // FILE *stderr;
11 // char **envp;
12 // };
13 
14 extern "C" {
15 
17 
18 }
19 
20 #endif /* LIBC_GLOBALS_H */