OutputStream.h
上传用户:kx_jwh
上传日期:2021-09-03
资源大小:76k
文件大小:0k
源码类别:

STL

开发平台:

Visual C++

  1. /* vim: set tabstop=4 : */
  2. #ifndef __OutputStream_h__
  3. #define __OutputStream_h__
  4. #if defined(_MSC_VER) && (_MSC_VER >= 1020)
  5. # pragma once
  6. #endif
  7. //#include <assert.h>
  8. #include "InputStream.h"
  9. namespace febird {
  10. } // namespace febird
  11. #endif // __OutputStream_h__