Update contrib.
3 * Silicon Graphics Computer Systems, Inc.
8 * This material is provided "as is", with absolutely no warranty expressed
9 * or implied. Any use is at your own risk.
11 * Permission to use or copy this software for any purpose is hereby granted
12 * without fee, provided the above notices are retained on all copies.
13 * Permission to modify the code and to distribute modified code is granted,
14 * provided the above notices are retained, and a notice that the code was
15 * modified is included with the above copyright notice.
19 #ifndef FSTREAM_IMPL_H
20 # define FSTREAM_IMPL_H
22 #include <stl/_stdio_file.h>
24 # ifdef _STLP_HAS_NO_NAMESPACES
25 # define __SGI_BEGIN_NAMESPACE
26 # define __SGI_END_NAMESPACE
29 # define __SGI_BEGIN_NAMESPACE namespace _SgI {
30 # define __SGI_END_NAMESPACE }
35 # ifndef _STLP_HAS_NO_NAMESPACES
36 using _STLP_STD::streamoff;
37 using _STLP_STD::ios_base;
38 using _STLP_STD::streamsize;
39 using _STLP_STD::streamoff;
40 using _STLP_STD::char_traits;
41 # ifndef _STLP_USE_UNIX_IO
42 using _STLP_VENDOR_CSTD::FILE;
43 using _STLP_VENDOR_CSTD::ftell;
46 using _STLP_STD::_FILE_fd;
49 extern bool __is_regular_file(_STLP_fd fd);
50 extern streamoff __file_size(_STLP_fd fd);
54 #endif /* FSTREAM_IMPL_H */