source: NonGTP/Boost/boost/compatibility/cpp_c_headers/clocale @ 857

Revision 857, 352 bytes checked in by igarcia, 18 years ago (diff)
Line 
1// This file is automatically generated. Do not edit.
2// ['../../libs/compatibility/generate_cpp_c_headers.py']
3// Wed Jul 23 12:11:19 2003 ('GMTST', 'GMTST')
4
5#ifndef __CLOCALE_HEADER
6#define __CLOCALE_HEADER
7
8#include <locale.h>
9
10namespace std {
11  using ::lconv;
12  using ::localeconv;
13  using ::setlocale;
14}
15
16#endif // CLOCALE_HEADER
Note: See TracBrowser for help on using the repository browser.