<clocale>#include <locale.h>
namespace std {
using ::lconv; using ::localeconv; using ::setlocale;
};
Include the standard header <clocale>
to effectively include the standard header
<locale.h> within the
std namespace.
See also the Table of Contents and the Index.
Copyright © 1992-1996 by P.J. Plauger. All rights reserved.