/** ** KAI C++ Compiler ** ** Copyright (C) 1996-2001 Intel Corp. All rights reserved. **/ #ifndef __KAI_STREAMBUF_H #define __KAI_STREAMBUF_H #include #include using std::basic_streambuf; using std::streambuf; #ifdef MSIPL_WCHART using std::wstreambuf; #endif #endif /* __KAI_STREAMBUF_H */