/** -*- C++ -*-
 **
 **  KAI C++ Compiler
 **
 **  Copyright (C) 1996-2001 Intel Corp. All rights reserved.
 **/
#ifndef __KAI_CLOCALE
#define __KAI_CLOCALE

#include <locale.h>

namespace std {
using ::lconv;
using ::localeconv;
using ::setlocale;
}  /* namespace std */


#endif /* __KAI_CLOCALE */
