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