ns-3 Direct Code Execution
API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
dce-locale.h
Go to the documentation of this file.
1 #ifndef DCE_LOCALE_H
2 #define DCE_LOCALE_H
3 
4 #include <locale.h>
5 
6 char * dce_setlocale (int category, const char *locale);
7 
8 #endif // DCE_LOCALE_H