/** -*- C++ -*- ** ** KAI C++ Compiler ** ** Copyright (C) 1996-2001 Intel Corp. All rights reserved. **/ #ifndef __KAI_CLOCALE #define __KAI_CLOCALE #include namespace std { using ::lconv; using ::localeconv; using ::setlocale; } /* namespace std */ #endif /* __KAI_CLOCALE */